You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid recompiling DPCTLSyclInterface sources for coverage tests
llvm-cov is able to generate coverage for code in shared object library
so long of object files used to link it are passed with -object argument
to `llvm-cov report`.
These arguments are generated using CMake generator expression, specifically
TARGET_OBJECTS:DPCTLSyclInterface.
0 commit comments