LLVM 3.9 version support
This commit is contained in:
@@ -54,6 +54,10 @@ define(`MASK_HIGH_BIT_ON',
|
||||
define(`PTR_OP_ARGS',
|
||||
ifelse(LLVM_VERSION, LLVM_3_7,
|
||||
``$1 , $1 *'',
|
||||
ifelse(LLVM_VERSION, LLVM_3_8,
|
||||
``$1 , $1 *'',
|
||||
ifelse(LLVM_VERSION, LLVM_3_9,
|
||||
``$1 , $1 *'',
|
||||
``$1 *''
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user