Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>
authorBob Wilson <bob.wilson@apple.com>
Sun, 10 Feb 2013 15:25:44 +0000 (15:25 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 10 Feb 2013 15:25:44 +0000 (15:25 +0000)
commit2cc9690f5e1df4bb602379d6cd43361e4fbd2276
tree49859050eba30a8152680effd5f310beec614d42
parent74f4d0287f589909e7b763d4b946e5b0da872d06
Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>

For x86 targets, we've been using the -msoft-float option to control passing
the no-implicit-float option to cc1. Since the -mno-implicit-float option is
now accepted by the driver, this just makes it work for x86 the same as it
does for ARM targets.

llvm-svn: 174836
clang/lib/Driver/Tools.cpp
clang/test/Driver/flags.c