]> granicus.if.org Git - clang/commit
[X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87.
authorAndrey Turetskiy <andrey.turetskiy@gmail.com>
Wed, 4 May 2016 11:28:22 +0000 (11:28 +0000)
committerAndrey Turetskiy <andrey.turetskiy@gmail.com>
Wed, 4 May 2016 11:28:22 +0000 (11:28 +0000)
commit6eab9724157636a70be55321345cbaa9fe607d98
tree2c665f9c78b4d14b442abb48ed01d44cec7b29f8
parentef305cb92fd53549d166c230716d88c5bfdc98fe
[X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87.

Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87.
-m[no-]80387 options is added for compatibility with GCC.

Differential Revision: http://reviews.llvm.org/D19658

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