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

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 26 02:08:30 PDT 2022


Anastasia added inline comments.


================
Comment at: clang/lib/Headers/CMakeLists.txt:367
+add_header_target("mips-resource-headers")
+add_header_target("opencl-resource-headers")
+add_header_target("ppc-resource-headers")
----------------
I feel that the above comment doesn't apply here:
`# Architecture/platform specific targets`

This header is not a target or platform specific so I don't imagine it can ever be optional unless we start modularization of the language support in clang parsing.


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