diff options
author | 2015-12-03 18:29:23 +0000 | |
---|---|---|
committer | 2015-12-04 15:58:02 +0000 | |
commit | 131980fc9aeb2b4d03480443e0fb494c76ce03a2 (patch) | |
tree | a071f8a706146ed4279c3cbe933d9a46910f480d /compiler/image_test.cc | |
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/image_test.cc')
-rw-r--r-- | compiler/image_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc index 5f4a92299b..cda6240bd4 100644 --- a/compiler/image_test.cc +++ b/compiler/image_test.cc @@ -34,7 +34,6 @@ #include "scoped_thread_state_change.h" #include "signal_catcher.h" #include "utils.h" -#include "vector_output_stream.h" namespace art { |