rsmith added inline comments. ================ Comment at: lib/Basic/Targets.cpp:2516-2517 @@ -2515,1 +2515,4 @@ + // X86 always has X87. + setFeatureEnabledImpl(Features, "x87", true); + ---------------- i386 doesn't necessarily have x87, does it? IIRC the floating point co-processor is only guaranteed to be available in the 486 DX and later.
http://reviews.llvm.org/D13980 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits