Commit 8ab28e0
authored
[NewOffloadModel] Update clang-linker-wrapper test with issue fixes (#20697)
This pull request resolves a typo introduced in a recent modification of
`clang/test/Driver/clang-linker-wrapper.cpp`. In addition, the test
logic is improved by replacing the use of `CHK-NO-CMDS-AOT-GEN-NOT` with
`CHK-NO-CMDS-AOT-GEN` to verify the behavior where the device name
should not be passed to `sycl-post-link` when `clang-linker-wrapper` is
called with the `--gpu-tool-arg=-device arch` argument.
The previous PR introduced the mistake is
#204701 parent c7d0cd9 commit 8ab28e0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments