-Adding support for LLVM 4.0
-Switching 3.9 support to branch/release_39 -Switching 3.8 support to tags/release_381
This commit is contained in:
@@ -51,9 +51,10 @@
|
||||
#define ISPC_LLVM_3_7 30700
|
||||
#define ISPC_LLVM_3_8 30800
|
||||
#define ISPC_LLVM_3_9 30900
|
||||
#define ISPC_LLVM_4_0 40000
|
||||
|
||||
#define OLDEST_SUPPORTED_LLVM ISPC_LLVM_3_2
|
||||
#define LATEST_SUPPORTED_LLVM ISPC_LLVM_3_9
|
||||
#define LATEST_SUPPORTED_LLVM ISPC_LLVM_4_0
|
||||
|
||||
#ifdef __ispc__xstr
|
||||
#undef __ispc__xstr
|
||||
|
||||
Reference in New Issue
Block a user