issue #164 disable ORCv2 in LLVM 8 temporarily

pull/168/head
Dibyendu Majumdar 5 years ago
parent 4c39afe84e
commit 7dd9e9b1d2

@ -38,7 +38,7 @@
#endif
#if LLVM_VERSION_MAJOR >= 8 && !defined(_WIN32)
#define USE_ORCv2_JIT 1
#define USE_ORCv2_JIT 0
#else
#define USE_ORCv2_JIT 0
#endif

Loading…
Cancel
Save