You don't seem to be dealing with v6Z or v6KZ at all, but LLVM does and your 
tests do, too. Shouldn't you make sure the arch/cpu relationships maintained in 
LLVM to be the same here?


================
Comment at: lib/Driver/ToolChains.cpp:113
@@ -112,2 +112,3 @@
   return llvm::StringSwitch<const char*>(Value)
-    .Case("armv6k", "armv6")
+    .Case("armv6", "armv6")
+    .Case("armv6k", "armv6k")
----------------
Isn't there a default to keep the same name?

http://reviews.llvm.org/D8127

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to