]> granicus.if.org Git - llvm/commit
[DebugInfo] Move all DWARF headers to the public include directory.
authorFrederic Riss <friss@apple.com>
Fri, 19 Dec 2014 18:26:33 +0000 (18:26 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 19 Dec 2014 18:26:33 +0000 (18:26 +0000)
commit7e5492d27d1216b7a8b9240c7fc1592bf79eabe3
treea5c40f66896a627a6884e301143a5040e2c5d0b5
parent409585877a7f418a8a5041e1b435fbfda4801742
[DebugInfo] Move all DWARF headers to the public include directory.

dsymutil needs access to DWARF specific inforamtion, the small DIContext
wrapper isn't sufficient. Other DWARF consumers might want to use it too
(I'm looking at you lldb).

Differential Revision: http://reviews.llvm.org/D6694

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224594 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h [moved from lib/DebugInfo/DWARFAbbreviationDeclaration.h with 100% similarity]
include/llvm/DebugInfo/DWARFAcceleratorTable.h [moved from lib/DebugInfo/DWARFAcceleratorTable.h with 96% similarity]
include/llvm/DebugInfo/DWARFCompileUnit.h [moved from lib/DebugInfo/DWARFCompileUnit.h with 96% similarity]
include/llvm/DebugInfo/DWARFContext.h [moved from lib/DebugInfo/DWARFContext.h with 96% similarity]
include/llvm/DebugInfo/DWARFDebugAbbrev.h [moved from lib/DebugInfo/DWARFDebugAbbrev.h with 96% similarity]
include/llvm/DebugInfo/DWARFDebugArangeSet.h [moved from lib/DebugInfo/DWARFDebugArangeSet.h with 100% similarity]
include/llvm/DebugInfo/DWARFDebugAranges.h [moved from lib/DebugInfo/DWARFDebugAranges.h with 100% similarity]
include/llvm/DebugInfo/DWARFDebugFrame.h [moved from lib/DebugInfo/DWARFDebugFrame.h with 100% similarity]
include/llvm/DebugInfo/DWARFDebugInfoEntry.h [moved from lib/DebugInfo/DWARFDebugInfoEntry.h with 98% similarity]
include/llvm/DebugInfo/DWARFDebugLine.h [moved from lib/DebugInfo/DWARFDebugLine.h with 99% similarity]
include/llvm/DebugInfo/DWARFDebugLoc.h [moved from lib/DebugInfo/DWARFDebugLoc.h with 98% similarity]
include/llvm/DebugInfo/DWARFDebugRangeList.h [moved from lib/DebugInfo/DWARFDebugRangeList.h with 100% similarity]
include/llvm/DebugInfo/DWARFRelocMap.h [moved from lib/DebugInfo/DWARFRelocMap.h with 100% similarity]
include/llvm/DebugInfo/DWARFSection.h [moved from lib/DebugInfo/DWARFSection.h with 92% similarity]
include/llvm/DebugInfo/DWARFTypeUnit.h [moved from lib/DebugInfo/DWARFTypeUnit.h with 96% similarity]
include/llvm/DebugInfo/DWARFUnit.h [moved from lib/DebugInfo/DWARFUnit.h with 97% similarity]
lib/DebugInfo/DIContext.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARFCompileUnit.cpp
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFDebugAbbrev.cpp
lib/DebugInfo/DWARFDebugArangeSet.cpp
lib/DebugInfo/DWARFDebugAranges.cpp
lib/DebugInfo/DWARFDebugFrame.cpp
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLoc.cpp
lib/DebugInfo/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARFFormValue.cpp
lib/DebugInfo/DWARFTypeUnit.cpp
lib/DebugInfo/DWARFUnit.cpp