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

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 08:22:52 PDT 2022


DavidSpickett added a comment.

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)


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