We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6687c commit 6166c69Copy full SHA for 6166c69
shim.h
@@ -27,3 +27,7 @@
27
#include <llvm-c/Transforms/Scalar.h>
28
#include <llvm-c/Transforms/Vectorize.h>
29
#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