[PATCH] D39378: Remove x86,x86_32/64 from isValidFeatureName
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 27 11:21:55 PDT 2017
erichkeane created this revision.
These are not valid values for this, and are pretty
non-sensical, since LLVM doesn't understand them.
https://reviews.llvm.org/D39378
Files:
lib/Basic/Targets/X86.cpp
Index: lib/Basic/Targets/X86.cpp
===================================================================
--- lib/Basic/Targets/X86.cpp
+++ lib/Basic/Targets/X86.cpp
@@ -1169,9 +1169,6 @@
.Case("sse4.2", true)
.Case("sse4a", true)
.Case("tbm", true)
- .Case("x86", true)
- .Case("x86_32", true)
- .Case("x86_64", true)
.Case("xop", true)
.Case("xsave", true)
.Case("xsavec", true)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39378.120661.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171027/d3d8d23e/attachment.bin>
More information about the cfe-commits
mailing list