File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 121
121
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
122
122
// RUN: -Xsycl-target-backend -backend-opt -### %s 2>&1 \
123
123
// 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{{.*}}"
126
125
127
126
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
128
127
// RUN: -Xsycl-target-linker -link-opt -### %s 2>&1 \
129
128
// 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{{.*}}"
132
130
133
131
/// Test option passing behavior for clang-offload-wrapper options for AOT.
134
132
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl --offload-new-driver \
You can’t perform that action at this time.
0 commit comments