Move DIContext.h to common DebugInfo location.
authorZachary Turner <zturner@google.com>
Thu, 23 Apr 2015 17:37:47 +0000 (17:37 +0000)
committerZachary Turner <zturner@google.com>
Thu, 23 Apr 2015 17:37:47 +0000 (17:37 +0000)
commit45e7e93c6f04c9a59bafcbca3da0d6925fd7db71
tree415e37407fce2677fee870720d19fc97bdc1ecf9
parent1aa9710c60c872690d0d77c9d451a0e82dd7baeb
Move DIContext.h to common DebugInfo location.

This will enable us to create a PDBContext so as to expose some
amount of debug info functionality through a common interace.

Differential Revision: http://reviews.llvm.org/D9205
Reviewed by: Alexey Samsonov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235612 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/DebugInfo/DIContext.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DIContext.h [deleted file]
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DIContext.cpp [deleted file]
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/llvm-symbolizer/LLVMSymbolize.h