Skip to content

Commit 7043275

Browse files
Restore using -fno-sycl-footer option for coverage collection
As pointed out by @diptorupd lcov file no longer contain data for libsyclinterface cpp files. Restoring this option recovers those locally.
1 parent d2d06fd commit 7043275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/cmake/modules/SetupCoverage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function(setup_coverage_generation)
2525
string(CONCAT PROFILE_FLAGS
2626
"-fprofile-instr-generate "
2727
"-fcoverage-mapping "
28-
# "-fno-sycl-use-footer "
28+
"-fno-sycl-use-footer "
2929
# "-save-temps=obj "
3030
)
3131

0 commit comments

Comments
 (0)