[clang] [llvm] Add support for Arm Cortex A78AE CPU (PR #84485)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 06:15:23 PST 2024


jthackray wrote:

> Also does this address the -mcpu=native part of #84450 as well?

I've added a host id (0xd42) to llvm/lib/TargetParser/Host.cpp, so I think so (unless there's something else required).

https://github.com/llvm/llvm-project/pull/84485


More information about the cfe-commits mailing list