We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955c1b5 commit f85b813Copy full SHA for f85b813
shim.h
@@ -8,6 +8,7 @@
8
#include <llvm-c/BitReader.h>
9
#include <llvm-c/BitWriter.h>
10
#include <llvm-c/Core.h>
11
+#include <llvm-c/DebugInfo.h>
12
#include <llvm-c/Disassembler.h>
13
#include <llvm-c/ErrorHandling.h>
14
#include <llvm-c/ExecutionEngine.h>
@@ -27,6 +28,3 @@
27
28
#include <llvm-c/Transforms/Vectorize.h>
29
#include <llvm-c/Types.h>
30
-#if ((LLVM_VERSION_MAJOR > 6) || (LLVM_VERSION_MAJOR == 6))
31
-#include <llvm-c/DebugInfo.h>
32
-#endif
0 commit comments