[PATCH] D123498: [clang] Adding Platform/Architecture Specific Resource Header Installation Targets

Qiongsi Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 12:07:52 PDT 2022


qiongsiwu1 added a comment.

In D123498#3448554 <https://reviews.llvm.org/D123498#3448554>, @DavidSpickett wrote:

> Is there any reason to have an AArch64 specific section? A lot of the files do apply to both Arm and AArch64 but for example the mve file Momchil mentioned does not.
>
> Would make sense if you wanted AArch64 only there'd be an `aarch64-resource-headers`, even if it just makes the config command clearer. (I would expect some overlap in the file list though)

Sure, we can have an AArch64 specific section. I have no AArch64/arm background to comment on what the lists should look like. Could you provide a pointer on how to decide what should be AArch64 specific? Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123498



More information about the cfe-commits mailing list