diff options
author | Frederic Riss <friss@apple.com> | 2014-12-19 18:26:33 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2014-12-19 18:26:33 +0000 |
commit | b88adbdeb068963c57542e7d0079a28697589684 (patch) | |
tree | 4e644ac137333483aea09d70c288b62c86413eff /llvm/lib/DebugInfo/DWARFDebugLine.cpp | |
parent | 54fa73afed47cbd2a901a9037621ae8ace4f8641 (diff) | |
download | llvm-b88adbdeb068963c57542e7d0079a28697589684.zip llvm-b88adbdeb068963c57542e7d0079a28697589684.tar.gz llvm-b88adbdeb068963c57542e7d0079a28697589684.tar.bz2 |
[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
llvm-svn: 224594
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/DWARFDebugLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARFDebugLine.cpp index a6ee461..365a522 100644 --- a/llvm/lib/DebugInfo/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugLine.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "DWARFDebugLine.h" +#include "llvm/DebugInfo/DWARFDebugLine.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/Format.h" #include "llvm/Support/Path.h" |