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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to