[PATCH] D82887: [ARM] Add Cortex-A77 Support for Clang and LLVM

Luke Geeson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 11:24:49 PDT 2020


LukeGeeson added a comment.

In D82887#2123364 <https://reviews.llvm.org/D82887#2123364>, @dmgreen wrote:

> Please make sure the switch in AArch64Subtarget::initializeProperties has an entry too.
>
> Do you happen to know the cpu id for host.cpp?


do you mean the CPU part number used in e.g Host.cpp? then chasing the GCC link above points to 0xd0d which is also what is also in the TRM 
https://developer.arm.com/documentation/101111/0101


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82887/new/

https://reviews.llvm.org/D82887





More information about the cfe-commits mailing list