Commit 94f91a7
authored
[NFC][sycl-post-link] Refactor test to improve stability (#20982)
The test failed on Windows with the following error:
> sycl-post-link: error opening file
llvm\test\tools\sycl-post-link\device-requirements\Output\aspects.ll.tmp.files.table:
The requested operation cannot be performed on a file with a user-mapped
section open.
To avoid this issue, we use different file names for sycl-post-link
runs.1 parent d3150b9 commit 94f91a7
File tree
1 file changed
+5
-5
lines changed- llvm/test/tools/sycl-post-link/device-requirements
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments