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

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 19 01:35:25 PDT 2022


DavidSpickett added a comment.

The Arm/AArch64 split and the generated files check looks good to me.

Unless I'm missing an existing check, is it possible to check for the existing files too? I guess not nicely because along with the resource headers there are lots of internal headers, so we'd have to maintain some list of "non resource" headers which means we've just created another thing to maintain.


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