aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDan2014-07-18 17:03:55 +0200
committerJack Nagel2014-07-18 16:11:20 -0500
commit8bc5d7131591a7396eeda998a2df3c9b4f8551c6 (patch)
tree2883c3b620e194f5c339eaf0c5894d390489720e /Library
parent6f02314cba77825db1fbcc186e96ff9ec49f7f58 (diff)
downloadbrew-8bc5d7131591a7396eeda998a2df3c9b4f8551c6.tar.bz2
clang doesn't support -fuse-linker-plugin
Closes Homebrew/homebrew#30930. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 36a8be8c6..205677053 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -161,7 +161,8 @@ class Cmd
/^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks',
'-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks',
'-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps',
- '-fno-regmove', '-fno-for-scope', '-fno-tree-pre', '-fno-tree-dominator-opts'
+ '-fno-regmove', '-fno-for-scope', '-fno-tree-pre', '-fno-tree-dominator-opts',
+ '-fuse-linker-plugin'
# clang doesn't support these flags
args << arg if not tool =~ /^clang/
when /^-W[alp],/, /^-Wno-/