[clang] [Clang] Bring initFeatureMap back to AArch64TargetInfo. (PR #96832)

weiwei chen via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 27 07:16:25 PDT 2024


weiweichen wrote:

> Could you explain more about what broke? Are you using target(..) attributes?

`TargetInfo::CreateTargetInfo` is giving up back empty `opt->featureMap` for `AArch64` while before the mentioned PR, we can get a list of features. Is there a different way to get them back?

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


More information about the cfe-commits mailing list