summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.cpp
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-04-17 08:29:02 +0000
committerAlexey Samsonov <samsonov@google.com>2013-04-17 08:29:02 +0000
commitcd61455798777446f35723fdb77f54a17e602009 (patch)
tree2444497f48eec7342a67e3899a1d4148b2bda2ad /lib/DebugInfo/DWARFDebugInfoEntry.cpp
parentce47d5ba8cf7e30cbf0d6b80d3f7d10916c7fe31 (diff)
downloadllvm-cd61455798777446f35723fdb77f54a17e602009.tar.gz
llvm-cd61455798777446f35723fdb77f54a17e602009.tar.bz2
llvm-cd61455798777446f35723fdb77f54a17e602009.tar.xz
Create a stub for DWARF parser unittests
Moves one DWARF-specific header to include/llvm/DebugInfo from lib/. Add a short unittest for r179095. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugInfoEntry.cpp')
-rw-r--r--lib/DebugInfo/DWARFDebugInfoEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/lib/DebugInfo/DWARFDebugInfoEntry.cpp
index 0fd5d488ae..10be7b4cbb 100644
--- a/lib/DebugInfo/DWARFDebugInfoEntry.cpp
+++ b/lib/DebugInfo/DWARFDebugInfoEntry.cpp
@@ -11,7 +11,7 @@
#include "DWARFCompileUnit.h"
#include "DWARFContext.h"
#include "DWARFDebugAbbrev.h"
-#include "DWARFFormValue.h"
+#include "llvm/DebugInfo/DWARFFormValue.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/Format.h"