From f0f1cf2024aa061fa06bdbaaabca8a0d24b30de6 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 8 May 2014 09:29:32 -0700 Subject: clang does not support -fno-regmove --- Library/ENV/4.3/cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/ENV') diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index cec436011..e51212f48 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -157,7 +157,8 @@ class Cmd '-mno-dynamic-no-pic', '-fearly-inlining', '-finline-functions-called-once', /^-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' + '-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps', + '-fno-regmove' # clang doesn't support these flags args << arg if not tool =~ /^clang/ when /^-W[alp],/, /^-Wno-/ -- cgit v1.2.3