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

@@ -149,6 +149,8 @@ define(`PTR_OP_ARGS',
ifelse(LLVM_VERSION, LLVM_3_7,
``$1 , $1 *'',
LLVM_VERSION, LLVM_3_8,
``$1 , $1 *'',
LLVM_VERSION, LLVM_3_9,
``$1 , $1 *'',
``$1 *''
)