diff options
author | 2016-02-05 13:34:46 +0000 | |
---|---|---|
committer | 2016-02-08 11:33:50 +0000 | |
commit | 4fda4eb799c95be266f52aaf3461a440ea86b841 (patch) | |
tree | 54a7e56b5633caf2b868f6028010b488eb1923ce /compiler/cfi_test.h | |
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/cfi_test.h')
-rw-r--r-- | compiler/cfi_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/cfi_test.h b/compiler/cfi_test.h index 508b04a16f..230cb9aeea 100644 --- a/compiler/cfi_test.h +++ b/compiler/cfi_test.h @@ -22,9 +22,9 @@ #include <sstream> #include "arch/instruction_set.h" -#include "dwarf/dwarf_constants.h" -#include "dwarf/dwarf_test.h" -#include "dwarf/headers.h" +#include "debug/dwarf/dwarf_constants.h" +#include "debug/dwarf/dwarf_test.h" +#include "debug/dwarf/headers.h" #include "disassembler/disassembler.h" #include "gtest/gtest.h" |