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

Qiongsi Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 10:04:43 PDT 2022


qiongsiwu1 added a comment.

In D123498#3443108 <https://reviews.llvm.org/D123498#3443108>, @tlively wrote:

> No concerns about the WebAssembly changes. Will the default installation for folks who don't touch `LLVM_DISTRIBUTION_COMPONENTS` change?

Thanks Thomas! No, the default installations that use `clang-resource-headers` (e.g. here <https://github.com/llvm/llvm-project/blob/373d08adb4454d416bd2232525e5a6fbe45935ab/clang/cmake/caches/DistributionExample-stage2.cmake#L29>) do not change. This PR //adds// new targets without changing the contents of the existing `clang-resource-headers` target.


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