File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 27
27
#include < llvm/IR/Verifier.h>
28
28
#include < llvm/Transforms/IPO.h>
29
29
#include < llvm/Transforms/Scalar.h>
30
+ #if JL_LLVM_VERSION < 180000
30
31
#include < llvm/Transforms/Vectorize.h>
32
+ #endif
31
33
#include < llvm/Transforms/Instrumentation/AddressSanitizer.h>
32
34
#include < llvm/Transforms/Instrumentation/MemorySanitizer.h>
33
35
#include < llvm/Transforms/Instrumentation/ThreadSanitizer.h>
Original file line number Diff line number Diff line change 21
21
#include < llvm/IR/Verifier.h>
22
22
#include < llvm/Transforms/IPO.h>
23
23
#include < llvm/Transforms/Scalar.h>
24
+ #if JL_LLVM_VERSION < 180000
24
25
#include < llvm/Transforms/Vectorize.h>
26
+ #endif
25
27
#include < llvm/Transforms/Instrumentation/AddressSanitizer.h>
26
28
#include < llvm/Transforms/Instrumentation/ThreadSanitizer.h>
27
29
#include < llvm/Transforms/Scalar/GVN.h>
You can’t perform that action at this time.
0 commit comments