mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279378
@ -119,7 +119,7 @@ CLANG_NO_IAS= -no-integrated-as
|
||||
.endif
|
||||
CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3\
|
||||
-mllvm -simplifycfg-dup-ret -mllvm
|
||||
.if ${COMPILER_VERSION} > 30400
|
||||
.if ${COMPILER_VERSION} >= 30500
|
||||
CLANG_OPT_SMALL+= -enable-gvn=false
|
||||
.endif
|
||||
CFLAGS.clang+= -Qunused-arguments
|
||||
|
Loading…
Reference in New Issue
Block a user