Skip to content

Commit fecb365

Browse files
committed
Addressed review comment
Signed-off-by: Sergey Dmitriev <[email protected]>
1 parent 8d6239b commit fecb365

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

clang/test/Driver/openmp-sycl-interop.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
// RUN: touch %t.o
88
// RUN: %clang --target=x86_64-host-linux-gnu -fsycl -fopenmp -fopenmp-targets=x86_64-device-linux-gnu -### %t.o 2>&1 \
99
// RUN: | FileCheck %s
10-
// CHECK: clang-offload-wrapper{{(.exe)?}}" {{.*}} "-target=spir64" "-kind=sycl"
11-
// CHECK: clang-offload-wrapper{{(.exe)?}}" {{.*}} "-kind=openmp" "-target=x86_64-device-linux-gnu"
10+
// CHECK: clang-offload-wrapper{{(.exe)?}}" {{.*}}"-o=[[SYCLBC:.+\.bc]]" {{.*}}"-target=spir64" "-kind=sycl"
11+
// CHECK: llc{{.*}}" {{.*}}"-o" "[[SYCLOBJ:.+]]" "[[SYCLBC]]"
12+
// CHECK: clang-offload-wrapper{{(.exe)?}}" {{.*}}"-o" "[[OMPBC:.*\.bc]]" {{.*}}"-kind=openmp" "-target=x86_64-device-linux-gnu"
13+
// CHECK: clang{{.*}}" {{.*}}"-o" "[[OMPOBJ:.+]]" "-x" "ir" "[[OMPBC]]"
14+
// CHECK: ld{{.*}}" "[[OMPOBJ]]" "[[SYCLOBJ]]"

0 commit comments

Comments
 (0)