Skip to content

Commit f85b813

Browse files
committed
Revert: Guard debug info on LLVM version
1 parent 955c1b5 commit f85b813

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shim.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <llvm-c/BitReader.h>
99
#include <llvm-c/BitWriter.h>
1010
#include <llvm-c/Core.h>
11+
#include <llvm-c/DebugInfo.h>
1112
#include <llvm-c/Disassembler.h>
1213
#include <llvm-c/ErrorHandling.h>
1314
#include <llvm-c/ExecutionEngine.h>
@@ -27,6 +28,3 @@
2728
#include <llvm-c/Transforms/Vectorize.h>
2829
#include <llvm-c/Types.h>
2930

30-
#if ((LLVM_VERSION_MAJOR > 6) || (LLVM_VERSION_MAJOR == 6))
31-
#include <llvm-c/DebugInfo.h>
32-
#endif

0 commit comments

Comments
 (0)