================ @@ -288,6 +288,7 @@ StringRef sys::detail::getHostCPUNameForARM(StringRef ProcCpuinfoContent) { if (Implementer == "0x4e") { // NVIDIA Corporation return StringSwitch<const char *>(Part) .Case("0x004", "carmel") + .Case("0x10", "olympus") ---------------- davemgreen wrote:
I'm not sure what these are always tested against, but you might want to check for "0x010" too. https://github.com/llvm/llvm-project/pull/132368 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits