[PATCH] Move logic from llvm::Triple::getARMCPUForArch to driver::tools::arm::getARMCPUForMArch
Renato Golin
renato.golin at linaro.org
Thu Mar 26 03:36:29 PDT 2015
Did you remove the out-of-line function?
================
Comment at: lib/Driver/Tools.cpp:5544
@@ -5543,2 +5543,3 @@
- return Triple.getARMCPUForArch(MArch);
+ switch (Triple.getOS()) {
+ case llvm::Triple::FreeBSD:
----------------
Move this switch inside the identical one below, after the StringSwitch.
http://reviews.llvm.org/D8622
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list