-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:
@@ -54,9 +54,11 @@ define(`MASK_HIGH_BIT_ON',
|
||||
define(`PTR_OP_ARGS',
|
||||
ifelse(LLVM_VERSION, LLVM_3_7,
|
||||
``$1 , $1 *'',
|
||||
ifelse(LLVM_VERSION, LLVM_3_8,
|
||||
LLVM_VERSION, LLVM_3_8,
|
||||
``$1 , $1 *'',
|
||||
ifelse(LLVM_VERSION, LLVM_3_9,
|
||||
LLVM_VERSION, LLVM_3_9,
|
||||
``$1 , $1 *'',
|
||||
LLVM_VERSION, LLVM_4_0,
|
||||
``$1 , $1 *'',
|
||||
``$1 *''
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user