summaryrefslogtreecommitdiff
path: root/compiler/debug/dwarf/dwarf_test.h
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2016-03-08 15:01:47 +0000
committer android-build-merger <android-build-merger@google.com> 2016-03-08 15:01:47 +0000
commit817808ea9d06b979c95f37a17bca607d0b42f320 (patch)
treea7b28e4b74ec6fbfa9d588e05cffe548759034ef /compiler/debug/dwarf/dwarf_test.h
parent70f2fcaaff5b5fa40e40e850be0682978b42808d (diff)
parentce51701b0621754a81125df3ed62e07c0497cafd (diff)
Merge "Propagate InstructionSetFeatures to ElfBuilder."
am: ce51701b06 * commit 'ce51701b0621754a81125df3ed62e07c0497cafd': Propagate InstructionSetFeatures to ElfBuilder.
Diffstat (limited to 'compiler/debug/dwarf/dwarf_test.h')
-rw-r--r--compiler/debug/dwarf/dwarf_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/dwarf/dwarf_test.h b/compiler/debug/dwarf/dwarf_test.h
index 41bfe79c21..e2f0a65ab7 100644
--- a/compiler/debug/dwarf/dwarf_test.h
+++ b/compiler/debug/dwarf/dwarf_test.h
@@ -62,7 +62,7 @@ class DwarfTest : public CommonRuntimeTest {
InstructionSet isa = (sizeof(typename ElfTypes::Addr) == 8) ? kX86_64 : kX86;
ScratchFile file;
FileOutputStream output_stream(file.GetFile());
- ElfBuilder<ElfTypes> builder(isa, &output_stream);
+ ElfBuilder<ElfTypes> builder(isa, nullptr, &output_stream);
builder.Start();
if (!debug_info_data_.empty()) {
builder.WriteSection(".debug_info", &debug_info_data_);