[clang] [llvm] Call setup_host_tools for more tools. (PR #118635)

2024-12-04 Thread Harald van Dijk via cfe-commits
https://github.com/hvdijk created https://github.com/llvm/llvm-project/pull/118635 This change allows external projects to call for host versions of clang-offload-bundler, clang-offload-packager, and llvm-ar. This has no effect in LLVM itself, which does not make use of this, but is going to

[clang] [llvm] Call setup_host_tools for more tools. (PR #118635)

2024-12-04 Thread Harald van Dijk via cfe-commits
hvdijk wrote: > I don't know what others would think about this, but without the subsequent > changes that make use of this, I don't think this should be landed in LLVM. > After all, plans might change, the community might refuse the subsequent PRs > etc, resulting in dead code lying around.

[clang] [llvm] Call setup_host_tools for more tools. (PR #118635)

2024-12-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-binary-utilities Author: Harald van Dijk (hvdijk) Changes This change allows external projects to call for host versions of clang-offload-bundler, clang-offload-packager, and llvm-ar. This has no effect in LLVM itself, which does not make use of t

[clang] [llvm] Call setup_host_tools for more tools. (PR #118635)

2024-12-04 Thread James Henderson via cfe-commits
jh7370 wrote: > This has no effect in LLVM itself, which does not make use of this, but is > going to be used in DPC++'s libsycl. That is meant to be upstreamed at some > point, so it probably makes sense to get this into LLVM already and avoid > future conflicts. I don't know what others wou

[clang] [llvm] Call setup_host_tools for more tools. (PR #118635)

2024-12-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Harald van Dijk (hvdijk) Changes This change allows external projects to call for host versions of clang-offload-bundler, clang-offload-packager, and llvm-ar. This has no effect in LLVM itself, which does not make use of this, but is goi