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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
