[clang] [llvm] [llvm][AArch64] Move Apple aliases into the CpuAlias map (PR #96249)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 27 11:39:46 PDT 2024
================
@@ -304,8 +304,21 @@ struct Alias {
StringRef Name;
};
-inline constexpr Alias CpuAliases[] = {{"cobalt-100", "neoverse-n2"},
- {"grace", "neoverse-v2"}};
+inline constexpr Alias CpuAliases[] = {
----------------
jroelofs wrote:
Since I had all the pieces for that in the first version of the patch, I'll bring some of that back, and fix this now.
https://github.com/llvm/llvm-project/pull/96249
More information about the cfe-commits
mailing list