]> granicus.if.org Git - clang/commit
Ignore -mieee-fp.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Oct 2013 17:06:43 +0000 (17:06 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Oct 2013 17:06:43 +0000 (17:06 +0000)
commita9259c2c9783e79ce6814dec20782cf76f7b9bdf
tree346aa2376dcf5f7bc82a09d2d688b9752dc62e74
parent4587cace907ed9a68256bdae506fbb8d93ac232c
Ignore -mieee-fp.

It looks like clang always produce code with the ieee comparisons, so it is
safe to ignore this flag (we still error on -mno-ieee-fp).

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