[PATCH] [ARM] Restructure cpu handling in the driver to mostly use the triple
Renato Golin
renato.golin at linaro.org
Thu May 21 05:10:04 PDT 2015
With the extra comment, LGTM.
Thanks!
--renato
REPOSITORY
rL LLVM
================
Comment at: lib/Driver/Tools.cpp:5741
@@ -5691,2 +5740,3 @@
return llvm::StringSwitch<const char *>(CPU)
+ .Cases("arm8", "arm810", "v4")
----------------
FIXME: Move to ARMTargetParser.
http://reviews.llvm.org/D9879
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list