[clang] [clang-linker-wrapper] Pass on --cuda-path to child clang processes (PR #149107)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 08:03:41 PDT 2025
jhuber6 wrote:
It's passed to the linker wrapper because it needs `fatbinary` for CUDA, but it should *also* be forwarded to the embedded clang job. If you compile with `-v` do you not see it on the `clang --target=nvptx64-nvidia-cuda` job?
https://github.com/llvm/llvm-project/pull/149107
More information about the cfe-commits
mailing list