Commit 5b56e40
committed
[clang-linker-wrapper] Pass on --cuda-path to child clang processes
When using clang-linker-wrapper with --cuda-path, it does not get passed on to
the child device linking processes. This causes it to fail when cuda linking is
involved and nvlink is not in $PATH. This patch lets the child linking process
find nvlink through --cuda-path.1 parent 6ac286c commit 5b56e40
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| 570 | + | |
| 571 | + | |
570 | 572 | | |
571 | 573 | | |
572 | 574 | | |
| |||
0 commit comments