[PATCH] D14758: Handle ARMv7K as an alias, instead of fake architecture (NFC)

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 18 03:49:04 PST 2015


rengolin requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: lib/Driver/Tools.cpp:6298
@@ -6297,1 +6297,3 @@
   unsigned ArchKind;
+  if (Arch == "armv7k" || Arch == "thumbv7k")
+    return "v7k"; // In other cases, Cortex-A7 should resolve to ARMv7-A
----------------
This doesn't fix the "horrible hack".


http://reviews.llvm.org/D14758





More information about the cfe-commits mailing list