Enabling LLVM 5.0 and making fixes to track changes in LLVM for the past
couple months. The changes are tested with LLVM 3.9, 4.0 and trunk on MacOS (sse4, avx2, skx).
This commit is contained in:
@@ -52,9 +52,10 @@
|
||||
#define ISPC_LLVM_3_8 30800
|
||||
#define ISPC_LLVM_3_9 30900
|
||||
#define ISPC_LLVM_4_0 40000
|
||||
#define ISPC_LLVM_5_0 50000
|
||||
|
||||
#define OLDEST_SUPPORTED_LLVM ISPC_LLVM_3_2
|
||||
#define LATEST_SUPPORTED_LLVM ISPC_LLVM_4_0
|
||||
#define LATEST_SUPPORTED_LLVM ISPC_LLVM_5_0
|
||||
|
||||
#ifdef __ispc__xstr
|
||||
#undef __ispc__xstr
|
||||
|
||||
Reference in New Issue
Block a user