Skip to content

Commit fb76088

Browse files
committed
Fix command lines
1 parent c918eb1 commit fb76088

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/test/basic_tests/sycl-kernel-save-user-names.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// RUN: %clangxx -fsycl -fsycl-device-only -c -o %t.bc %s
1+
// RUN: %clangxx -fsycl -fsycl-device-only -fno-sycl-early-optimizations -o %t.bc %s
22
// RUN: sycl-post-link %t.bc -spec-const=default -o %t.table
3-
// RUN: llvm-spirv -o %t_0.spv -spirv-max-version=1.3 -spirv-ext=+all %t_0.bc
4-
// RUN: llvm-spirv -o %t_0.r.bc -r %t_0.spv
5-
// RUN: llvm-dis %t_0.r.bc -o=- | FileCheck %s
3+
// RUN: llvm-spirv -o %t.spv -spirv-max-version=1.3 -spirv-ext=+all %t.bc
4+
// RUN: llvm-spirv -o %t.rev.bc -r %t.spv
5+
// RUN: llvm-dis %t.rev.bc -o=- | FileCheck %s
66

77
// Test to verify that user specified names are retained in SPIR kernel argument
88
// names. (It is a copy of clang/test/CodeGenSYCL/save-user-names.cpp with just

0 commit comments

Comments
 (0)