-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:
Dmitry Babokin
2016-07-20 22:16:50 +03:00
parent 2a68fc6c48
commit 45b306480e
9 changed files with 42 additions and 10 deletions

View File

@@ -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