Vedant Kumar | a8c396d | 2016-09-15 06:44:51 +0000 | [diff] [blame] | 1 | RUN: llvm-profdata merge %S/Inputs/hideUnexecutedSubviews.proftext -o %t.profdata |
| 2 | |
| 3 | RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -filename-equivalence %S/showTemplateInstantiations.cpp | FileCheck %s |
| 4 | |
| 5 | RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -format html -o %t.html.dir -filename-equivalence %S/showTemplateInstantiations.cpp |
| 6 | RUN: FileCheck %s -input-file %t.html.dir/coverage/tmp/showTemplateInstantiations.cpp.html |
| 7 | |
| 8 | CHECK: Unexecuted instantiation: _Z4funcIbEiT_ |
| 9 | CHECK: Unexecuted instantiation: _Z4funcIiEiT_ |
| 10 | CHECK-NOT: Unexecuted instantiation |