From 4fda4eb799c95be266f52aaf3461a440ea86b841 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Fri, 5 Feb 2016 13:34:46 +0000 Subject: Move code related to debug info generation to its own directory. debug/dwarf/ contains helper classes which hide the details of the DWARF file format. It acts as independent DWARF library. debug/ contains ART-specific code which generates ELF debug sections (which includes non-DWARF sections like .symtab). Change-Id: Id351f604e4e64be2ca395a78324ea02e30481497 --- compiler/image_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/image_test.cc') diff --git a/compiler/image_test.cc b/compiler/image_test.cc index a5a7796614..4920f9baa5 100644 --- a/compiler/image_test.cc +++ b/compiler/image_test.cc @@ -23,7 +23,7 @@ #include "base/unix_file/fd_file.h" #include "class_linker-inl.h" #include "common_compiler_test.h" -#include "dwarf/method_debug_info.h" +#include "debug/method_debug_info.h" #include "elf_writer.h" #include "elf_writer_quick.h" #include "gc/space/image_space.h" -- cgit v1.2.3-59-g8ed1b