Commit 92eeff4
authored
[Clang] Forward
Summary:
This patch handles the use of `-Xarch_<arch> -Wl,foo` to send an
argument to the linker for the embedded offloading jobs in the linker
wrapper. This makes it equivalent to `-Xoffload-linker foo`.-Xarch_<arch> -Wl,foo for GPU toolchains (#126248)1 parent c4c22a5 commit 92eeff4
File tree
2 files changed
+14
-3
lines changed- clang
- lib/Driver/ToolChains
- test/Driver
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9187 | 9187 | | |
9188 | 9188 | | |
9189 | 9189 | | |
9190 | | - | |
| 9190 | + | |
9191 | 9191 | | |
9192 | 9192 | | |
9193 | 9193 | | |
| |||
9205 | 9205 | | |
9206 | 9206 | | |
9207 | 9207 | | |
9208 | | - | |
| 9208 | + | |
| 9209 | + | |
| 9210 | + | |
9209 | 9211 | | |
9210 | 9212 | | |
9211 | 9213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments