Skip to content

Commit 6166c69

Browse files
committed
Add DebugInfo.h from LLVM 6.0
1 parent be6687c commit 6166c69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shim.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727
#include <llvm-c/Transforms/Scalar.h>
2828
#include <llvm-c/Transforms/Vectorize.h>
2929
#include <llvm-c/Types.h>
30+
31+
#if ((LLVM_VERSION_MAJOR > 6) || (LLVM_VERSION_MAJOR == 6))
32+
#include <llvm-c/DebugInfo.h>
33+
#endif

0 commit comments

Comments
 (0)