[PATCH] D39357: Filter out invalid 'target' items from being passed to LLVM

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 18:35:00 PDT 2017


erichkeane added inline comments.


================
Comment at: lib/Basic/Targets/X86.cpp:1173
       .Case("x86", true)
+      .Case("x87", true)
       .Case("x86_32", true)
----------------
A test also revealed that we forgot this as well.  Craig just added sse4, which was also missing.


https://reviews.llvm.org/D39357





More information about the cfe-commits mailing list