From 131980fc9aeb2b4d03480443e0fb494c76ce03a2 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 3 Dec 2015 18:29:23 +0000 Subject: 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 --- compiler/dwarf/dwarf_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/dwarf/dwarf_test.h') 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 { -- cgit v1.2.3-59-g8ed1b