clang does not support -fno-regmove
This commit is contained in:
parent
d90d3651b7
commit
f0f1cf2024
@ -157,7 +157,8 @@ class Cmd
|
|||||||
'-mno-dynamic-no-pic', '-fearly-inlining', '-finline-functions-called-once',
|
'-mno-dynamic-no-pic', '-fearly-inlining', '-finline-functions-called-once',
|
||||||
/^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks',
|
/^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks',
|
||||||
'-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks',
|
'-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
|
# clang doesn't support these flags
|
||||||
args << arg if not tool =~ /^clang/
|
args << arg if not tool =~ /^clang/
|
||||||
when /^-W[alp],/, /^-Wno-/
|
when /^-W[alp],/, /^-Wno-/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user