aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV
diff options
context:
space:
mode:
authorSergei Silnov2014-05-21 18:58:16 +0400
committerJack Nagel2014-05-21 11:38:40 -0500
commitbce7a18706ac8db9c3ff757fceb994c14f369abb (patch)
tree6ebd7648e94eb26ee7268bb28e622eb7cdf9ff72 /Library/ENV
parentef16fd133c1c2aec7509de1f76b53077fd218642 (diff)
downloadhomebrew-bce7a18706ac8db9c3ff757fceb994c14f369abb.tar.bz2
Refurbish two more flags not supported by clang
'-fno-tree-pre' and '-fno-tree-dominator-opts' Closes #29452. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/ENV')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index aaf8360a4..f7ffe87ec 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -163,7 +163,7 @@ 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-regmove', '-fno-for-scope', '-fno-tree-pre', '-fno-tree-dominator-opts'
# clang doesn't support these flags
args << arg if not tool =~ /^clang/
when /^-W[alp],/, /^-Wno-/