Skip to content

Commit 0542920

Browse files
committed
Update test Clang :: Driver/sycl-offload.cpp (#13447)
1 parent e11829b commit 0542920

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/test/Driver/sycl-offload.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
// RUN: %clang -### -fsycl -fprofile-arcs -ftest-coverage -target x86_64-unknown-linux-gnu -c %s 2>&1 \
4040
// RUN: | FileCheck -check-prefix=CHECK_TEST_COVERAGE %s
4141
// CHECK_TEST_COVERAGE: clang{{.*}} "-cc1" "-triple" "spir64-unknown-unknown"{{.*}} "-fsycl-is-device"{{.*}}
42-
// CHECK_TEST_COVERAGE-NOT: "-ftest-coverage"
43-
// CHECK_TEST_COVERAGE-NOT: "-fprofile-arcs"
44-
// CHECK_TEST_COVERAGE: clang{{.*}} "-cc1" "-triple" "x86_64-unknown-linux-gnu"{{.*}} "-fsycl-is-host"{{.*}} "-ftest-coverage" "-fprofile-arcs"
42+
// CHECK_TEST_COVERAGE-NOT: "-coverage-notes-file"
43+
// CHECK_TEST_COVERAGE: clang{{.*}} "-cc1" "-triple" "x86_64-unknown-linux-gnu"{{.*}} "-fsycl-is-host"{{.*}} "-coverage-notes-file"
4544

4645
/// check for PIC for device wrap compilation when using -shared or -fPIC
4746
// RUN: %clangxx -### -fsycl -target x86_64-unknown-linux-gnu -shared %s 2>&1 \

0 commit comments

Comments
 (0)