diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-11 05:21:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-11 05:21:16 +0000 |
commit | 22932958d862dbdb2594838007c90a07bc81edc3 (patch) | |
tree | c51c3bbc1b51a5565048fd3da64d44f844b06180 /makefile | |
parent | more bug fixes as we're getting ready for the first release. still not sure h... (diff) | |
download | cgrep-22932958d862dbdb2594838007c90a07bc81edc3.tar.gz cgrep-22932958d862dbdb2594838007c90a07bc81edc3.zip |
update
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -133,12 +133,12 @@ $(TARGET)-cov: $(TARGET).ocov ./cfe-extra/cfe_extra.ocov cov: runcov @llvm-profdata merge -sparse ./one.profraw ./two.profraw ./three.profraw ./four.profraw ./five.profraw ./six.profraw ./seven.profraw \ - ./eight.profraw ./nine.profraw ./ten.profraw ./eleven.profraw -o ./cgrep.profdata + ./eight.profraw ./nine.profraw ./ten.profraw ./eleven.profraw ./twelve.profraw -o ./cgrep.profdata @llvm-cov show $(TARGET)-cov -instr-profile=cgrep.profdata -ignore-filename-regex=llvm clang covrep: runcov @llvm-profdata merge -sparse ./one.profraw ./two.profraw ./three.profraw ./four.profraw ./five.profraw ./six.profraw ./seven.profraw \ - ./eight.profraw ./nine.profraw ./ten.profraw ./eleven.profraw -o ./cgrep.profdata + ./eight.profraw ./nine.profraw ./ten.profraw ./eleven.profraw ./twelve.profraw -o ./cgrep.profdata @llvm-cov report $(TARGET)-cov -instr-profile=cgrep.profdata -ignore-filename-regex=llvm -ignore-filename-regex=clang -show-functions cgrep.cpp ASM:$(ASM_LIST) |