Commit 3ab8cc8
authored
[Driver][SYCL] Fix processing for partial link step with static archives (#2661)
When encountering specific linker specific arguments (-rpath) we do
not pass them along to the partial link step. Improve the processing
for these options for cases where -Xlinker <arg1> -Xlinker <arg2> is
used.1 parent 51d3c20 commit 3ab8cc8
File tree
2 files changed
+7
-2
lines changed- clang
- lib/Driver
- test/Driver
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2679 | 2679 | | |
2680 | 2680 | | |
2681 | 2681 | | |
2682 | | - | |
| 2682 | + | |
| 2683 | + | |
| 2684 | + | |
| 2685 | + | |
| 2686 | + | |
2683 | 2687 | | |
2684 | 2688 | | |
2685 | 2689 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments