mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
contrib: Use -Xdemangler=llvm-cxxfilt in deterministic-*-coverage
This makes the result more readable.
This commit is contained in:
parent
fa7e931130
commit
fa82fe2c73
2 changed files with 4 additions and 0 deletions
|
@ -161,6 +161,8 @@ fn deterministic_coverage(
|
||||||
"--show-line-counts-or-regions",
|
"--show-line-counts-or-regions",
|
||||||
"--show-branches=count",
|
"--show-branches=count",
|
||||||
"--show-expansions",
|
"--show-expansions",
|
||||||
|
"--show-instantiation-summary",
|
||||||
|
"-Xdemangler=llvm-cxxfilt",
|
||||||
&format!("--instr-profile={}", profdata_file.display()),
|
&format!("--instr-profile={}", profdata_file.display()),
|
||||||
])
|
])
|
||||||
.arg(fuzz_exe)
|
.arg(fuzz_exe)
|
||||||
|
|
|
@ -104,6 +104,8 @@ fn deterministic_coverage(build_dir: &Path, test_exe: &Path, filter: &str) -> Ap
|
||||||
"--show-line-counts-or-regions",
|
"--show-line-counts-or-regions",
|
||||||
"--show-branches=count",
|
"--show-branches=count",
|
||||||
"--show-expansions",
|
"--show-expansions",
|
||||||
|
"--show-instantiation-summary",
|
||||||
|
"-Xdemangler=llvm-cxxfilt",
|
||||||
&format!("--instr-profile={}", profdata_file.display()),
|
&format!("--instr-profile={}", profdata_file.display()),
|
||||||
])
|
])
|
||||||
.arg(test_exe)
|
.arg(test_exe)
|
||||||
|
|
Loading…
Add table
Reference in a new issue