[clang] [clang][offload] Propagate -v and --cuda-path to linker-wrapper subcommands (PR #186007)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 17:49:24 PDT 2026


https://github.com/jhuber6 commented:

Strange, `--cuda-path` is suppose to be forwarded to the compiler job from here https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/Clang.cpp#L9325. This just takes all these options and passes them via `--device-compiler=` which the linker wrapper forwards. I don't know why this would be any different. Verbose should also be included in that list, so I'm a little confused why this doesn't seem to be working as intended.

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


More information about the cfe-commits mailing list