Skip to content

Commit 49b0ee7

Browse files
committed
[Driver][NFC] Fix test issue do to reordering of packager options
A cross checkin of intel#14091 and intel#14066 caused a difference in expected ordering of options passed to the packager. Update the test accordingly.
1 parent 9332d1a commit 49b0ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
// RUN: --offload-new-driver %s 2>&1 \
118118
// RUN: | FileCheck -check-prefix=CHK_PACKAGER_OPTS %s
119119
// CHK_PACKAGER_OPTS: clang-offload-packager{{.*}} "-o"
120-
// CHK_PACKAGER_OPTS-SAME: {{.*}}triple=spir64-unknown-unknown,arch=,kind=sycl,compile-opts={{.*}}-spir64-opt,link-opts=-spir64-link-opt
121120
// CHK_PACKAGER_OPTS-SAME: {{.*}}triple=spir64_gen-unknown-unknown,arch=pvc,kind=sycl,compile-opts={{.*}}-spir64_gen-opt,link-opts=-spir64_gen-link-opt
121+
// CHK_PACKAGER_OPTS-SAME: {{.*}}triple=spir64-unknown-unknown,arch=,kind=sycl,compile-opts={{.*}}-spir64-opt,link-opts=-spir64-link-opt
122122

123123
/// Check phases with multiple intel_gpu settings
124124
// RUN: %clangxx --target=x86_64-unknown-linux-gnu -fsycl \

0 commit comments

Comments
 (0)