Skip to content

Commit 071c62d

Browse files
committed
Remove unneeded options
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent f9fc3be commit 071c62d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

clang/test/Driver/sycl-spirv-ext.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,19 @@
1111
// RUN: -fsycl-targets=spir64-unknown-unknown -c %s -o %t_1.o
1212
// RUN: clang-linker-wrapper -sycl-device-libraries=%t_1.devicelib.o \
1313
// RUN: "--host-triple=x86_64-unknown-linux-gnu" "--linker-path=/usr/bin/ld" \
14-
// RUN: "--" HOST_LINKER_FLAGS "-dynamic-linker" HOST_DYN_LIB "-o" "a.out" \
15-
// RUN: HOST_LIB_PATH HOST_STAT_LIB %t_1.o --dry-run 2>&1 \
14+
// RUN: "--" "-o" "a.out" %t_1.o --dry-run 2>&1 \
1615
// RUN: | FileCheck -check-prefix=CHECK-DEFAULT %s
1716
// RUN: %clang -target x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
1817
// RUN: -fsycl-targets=spir64_gen-unknown-unknown -c %s -o %t_2.o
1918
// RUN: clang-linker-wrapper -sycl-device-libraries=%t_2.devicelib.o \
2019
// RUN: "--host-triple=x86_64-unknown-linux-gnu" "--linker-path=/usr/bin/ld" \
21-
// RUN: "--" HOST_LINKER_FLAGS "-dynamic-linker" HOST_DYN_LIB "-o" "a.out" \
22-
// RUN: HOST_LIB_PATH HOST_STAT_LIB %t_2.o --dry-run 2>&1 \
20+
// RUN: "--" "-o" "a.out" %t_2.o --dry-run 2>&1 \
2321
// RUN: | FileCheck -check-prefix=CHECK-DEFAULT %s
2422
// RUN: %clang -target x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
2523
// RUN: -fsycl-targets=spir64_x86_64-unknown-unknown -c %s -o %t_3.o
2624
// RUN: clang-linker-wrapper -sycl-device-libraries=%t_3.devicelib.o \
2725
// RUN: "--host-triple=x86_64-unknown-linux-gnu" "--linker-path=/usr/bin/ld" \
28-
// RUN: "--" HOST_LINKER_FLAGS "-dynamic-linker" HOST_DYN_LIB "-o" "a.out" \
29-
// RUN: HOST_LIB_PATH HOST_STAT_LIB %t_3.o --dry-run 2>&1 \
26+
// RUN: "--" "-o" "a.out" %t_3.o --dry-run 2>&1 \
3027
// RUN: | FileCheck -check-prefix=CHECK-CPU %s
3128

3229
// CHECK-DEFAULT: llvm-spirv{{.*}}-spirv-ext=-all

0 commit comments

Comments
 (0)