LLVM 3.9 version support

This commit is contained in:
Dmitry Babokin
2016-01-14 17:26:38 +03:00
parent 44d8a2e01f
commit 536b30e12c
7 changed files with 36 additions and 9 deletions

View File

@@ -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 *''
)
)