Skip to content

Commit d278ff3

Browse files
committed
[NFC] Fix test to avoid potential race with other sycl-post-link tests
Change test to not use %T which may cause case conditions with other tests from the same directory. Signed-off-by: Sergey Dmitriev <[email protected]>
1 parent 965b63c commit d278ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/tools/sycl-post-link/erase_used.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
; This test checks that the post-link tool does not add "llvm.used" global to
22
; the output modules when splitting kernels.
33
;
4-
; RUN: sycl-post-link -split=kernel -S %s -o %T/files.table
5-
; RUN: FileCheck %s -input-file=%T/files_0.ll
6-
; RUN: FileCheck %s -input-file=%T/files_1.ll
4+
; RUN: sycl-post-link -split=kernel -S %s -o %t.files.table
5+
; RUN: FileCheck %s -input-file=%t.files_0.ll
6+
; RUN: FileCheck %s -input-file=%t.files_1.ll
77

88
target triple = "spir64-unknown-unknown-sycldevice"
99

0 commit comments

Comments
 (0)