[clang] [llvm] [LLVM] Introduce 'llvm-offload-wrapper' tool (PR #153504)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 14 05:12:41 PDT 2025


jhuber6 wrote:

> Thanks! This functionality is much needed. Would it be better if we add it as a flag in the existing `clang-linker-wrapper` tool, instead of adding a new tool?

Honestly a lot of those clang tools should be made LLVM tools anyways.  There's plenty of existing LLVM tools that only exist for testing purposes so I think it's reasonable to keep things simple here.

https://github.com/llvm/llvm-project/pull/153504


More information about the cfe-commits mailing list