We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050c1fb commit d975549Copy full SHA for d975549
libsyclinterface/tests/CMakeLists.txt
@@ -54,6 +54,7 @@ if(DPCTL_GENERATE_COVERAGE)
54
COMMAND ${LLVMCov_EXE}
55
export
56
-format=lcov
57
+ -ignore-filename-regex=/tmp/dpctl_*.h*
58
-instr-profile=dpctl.profdata
59
"${object_arg}$<JOIN:$<TARGET_OBJECTS:DPCTLSyclInterface>,;${object_arg}>"
60
> dpctl.lcov
scripts/gen_coverage.py
@@ -141,6 +141,7 @@ def find_objects():
141
os.path.join(bin_llvm, "llvm-cov"),
142
"export",
143
"-format=lcov",
144
+ "-ignore-filename-regex=/tmp/dpctl_*.h*",
145
"-instr-profile=" + instr_profile_fn,
146
]
147
+ objects,
0 commit comments