Skip to content

Commit 6009393

Browse files
committed
[Driver] Fix offload package command line order in test
1 parent 3049520 commit 6009393

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
@@ -114,8 +114,8 @@
114114
// RUN: --offload-new-driver %s 2>&1 \
115115
// RUN: | FileCheck -check-prefix=CHK_PACKAGER_OPTS %s
116116
// CHK_PACKAGER_OPTS: clang-offload-packager{{.*}} "-o"
117-
// CHK_PACKAGER_OPTS-SAME: {{.*}}triple=spir64-unknown-unknown,arch=,kind=sycl,compile-opts={{.*}}-spir64-opt,link-opts=-spir64-link-opt
118117
// CHK_PACKAGER_OPTS-SAME: {{.*}}triple=spir64_gen-unknown-unknown,arch=pvc,kind=sycl,compile-opts={{.*}}-spir64_gen-opt,link-opts=-spir64_gen-link-opt
118+
// CHK_PACKAGER_OPTS-SAME: {{.*}}triple=spir64-unknown-unknown,arch=,kind=sycl,compile-opts={{.*}}-spir64-opt,link-opts=-spir64-link-opt
119119

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

0 commit comments

Comments
 (0)