We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965b63c commit d278ff3Copy full SHA for d278ff3
llvm/test/tools/sycl-post-link/erase_used.ll
@@ -1,9 +1,9 @@
1
; This test checks that the post-link tool does not add "llvm.used" global to
2
; the output modules when splitting kernels.
3
;
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
+; RUN: sycl-post-link -split=kernel -S %s -o %t.files.table
+; RUN: FileCheck %s -input-file=%t.files_0.ll
+; RUN: FileCheck %s -input-file=%t.files_1.ll
7
8
target triple = "spir64-unknown-unknown-sycldevice"
9
0 commit comments