diff options
author | 2015-12-03 18:29:23 +0000 | |
---|---|---|
committer | 2015-12-04 15:58:02 +0000 | |
commit | 131980fc9aeb2b4d03480443e0fb494c76ce03a2 (patch) | |
tree | a071f8a706146ed4279c3cbe933d9a46910f480d /compiler/dwarf/dwarf_test.h | |
parent | 68cebffee2f44f0345bd7be7e4cbad0f10e64082 (diff) |
Add ElfWriter::GetStream().
This will be used for writing the OatHeader which is
currently oddly written through the .text stream.
Also move the error delaying output stream out of the
ElfBuilder<> to its own file and move all output stream
files to compiler/linker/.
Change-Id: I00db4e33ed80ac4757ec459946c7b5ae014a3a2e
Diffstat (limited to 'compiler/dwarf/dwarf_test.h')
-rw-r--r-- | compiler/dwarf/dwarf_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dwarf/dwarf_test.h b/compiler/dwarf/dwarf_test.h index 5464ed9c49..c3a3ca9425 100644 --- a/compiler/dwarf/dwarf_test.h +++ b/compiler/dwarf/dwarf_test.h @@ -29,6 +29,7 @@ #include "common_runtime_test.h" #include "elf_builder.h" #include "gtest/gtest.h" +#include "linker/file_output_stream.h" #include "os.h" namespace art { |