[llvm] [offload] Extend LIT infrastructure to allow using more tools (PR #124636)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 08:26:34 PST 2025


jhuber6 wrote:

> Do you have a suggested location? The change will be inside `clang-linker-wrapper` (well code directly called by it) and only effecting the format of the packaged device code, and I want to do a full OpenMP compile on source code which will include the `clang-linker-wrapper` call internally. I didn't think I could assume OpenMP was available inside the `clang` project, and I didn't see any places where we actually tested `clang-linker-wrapper` directly, only tool checks in the driver.

You could make it a clang driver test potentially, you can just use llvm-tools there.

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


More information about the llvm-commits mailing list