File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments