diff options
author | 2016-02-05 13:34:46 +0000 | |
---|---|---|
committer | 2016-02-08 11:33:50 +0000 | |
commit | 4fda4eb799c95be266f52aaf3461a440ea86b841 (patch) | |
tree | 54a7e56b5633caf2b868f6028010b488eb1923ce /compiler/image_test.cc | |
parent | 3c258f4d7a6492af733a9351ba430d876a3e5ccf (diff) |
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
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r-- | compiler/image_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |