summaryrefslogtreecommitdiff
path: root/dragonegg
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 00:47:14 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 00:47:14 +0000
commit81e65e0047b017602b126b5f25fb9f310c19fe2f (patch)
tree876e04db201b448e271e7ff1104acf88b2056617 /dragonegg
parent5486dfbbd7fca9a7eefff5aa4f5a4db33729bcc6 (diff)
[Layering] Update include of DebugInfo.h which moved to the IR library
in LLVM r203046.
Diffstat (limited to 'dragonegg')
-rw-r--r--dragonegg/include/dragonegg/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonegg/include/dragonegg/Debug.h b/dragonegg/include/dragonegg/Debug.h
index f1bc5d45789..8bbb47d3e24 100644
--- a/dragonegg/include/dragonegg/Debug.h
+++ b/dragonegg/include/dragonegg/Debug.h
@@ -27,7 +27,7 @@
#include "dragonegg/Internals.h"
// LLVM headers
-#include "llvm/DebugInfo.h"
+#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/Support/Allocator.h"