]> granicus.if.org Git - clang/commit
Ignore some -f options that are supported by gcc.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 26 Sep 2013 13:10:14 +0000 (13:10 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 26 Sep 2013 13:10:14 +0000 (13:10 +0000)
commit7178f6e72c86bf267ed4eaf856870d8fd3cf0ad0
tree416bb2138ff9b96117b24f6662d2ed131ae8d477
parent146feb007d95d49d49da3490f29d434d9b504089
Ignore some -f options that are supported by gcc.

It is possible that we should say some of these are unsupported, but this is
not any worse than the old behavior of ignoring all unknown -f options.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191429 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/clang_f_opts.c