Skip to content

Commit 364a0b8

Browse files
committed
fix test after sync with sycl branch
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent ebde943 commit 364a0b8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/test/Driver/sycl-offload-new-driver.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,12 @@
121121
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
122122
// RUN: -Xsycl-target-backend -backend-opt -### %s 2>&1 \
123123
// RUN: | FileCheck -check-prefix WRAPPER_OPTIONS_BACKEND %s
124-
// WRAPPER_OPTIONS_BACKEND: clang-linker-wrapper{{.*}} "--triple=spir64"
125-
// WRAPPER_OPTIONS_BACKEND-SAME: "--sycl-backend-compile-options={{.*}}-backend-opt{{.*}}"
124+
// WRAPPER_OPTIONS_BACKEND: clang-linker-wrapper{{.*}} "--sycl-backend-compile-options={{.*}}-backend-opt{{.*}}"
126125

127126
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
128127
// RUN: -Xsycl-target-linker -link-opt -### %s 2>&1 \
129128
// RUN: | FileCheck -check-prefix WRAPPER_OPTIONS_LINK %s
130-
// WRAPPER_OPTIONS_LINK: clang-linker-wrapper{{.*}} "--triple=spir64"
131-
// WRAPPER_OPTIONS_LINK-SAME: "--sycl-target-link-options={{.*}}-link-opt{{.*}}"
129+
// WRAPPER_OPTIONS_LINK: clang-linker-wrapper{{.*}} "--sycl-target-link-options={{.*}}-link-opt{{.*}}"
132130

133131
/// Test option passing behavior for clang-offload-wrapper options for AOT.
134132
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \

0 commit comments

Comments
 (0)