Update r279018 so it only applies to Clang version 3.5+ and not 3.4.[1-9].
This commit is contained in:
parent
01b792f1f5
commit
1b398e4ee3
@ -119,7 +119,7 @@ CLANG_NO_IAS= -no-integrated-as
|
|||||||
.endif
|
.endif
|
||||||
CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3\
|
CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3\
|
||||||
-mllvm -simplifycfg-dup-ret -mllvm
|
-mllvm -simplifycfg-dup-ret -mllvm
|
||||||
.if ${COMPILER_VERSION} > 30400
|
.if ${COMPILER_VERSION} >= 30500
|
||||||
CLANG_OPT_SMALL+= -enable-gvn=false
|
CLANG_OPT_SMALL+= -enable-gvn=false
|
||||||
.endif
|
.endif
|
||||||
CFLAGS.clang+= -Qunused-arguments
|
CFLAGS.clang+= -Qunused-arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user