clang: add another unknown flag

Fixes Homebrew/homebrew#29141.
This commit is contained in:
Misty De Meo 2014-05-11 13:11:23 -07:00
parent cbd018a2db
commit 7609cf88c5

View File

@ -158,7 +158,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', '-multiply_definedsuppress'
# clang doesn't support these flags
args << arg if not tool =~ /^clang/
when /^-W[alp],/, /^-Wno-/