blob: 5ca113262e409700e60db2ac5d52345bd097f5af [file] [log] [blame]
Vedant Kumare9079772016-09-20 21:27:48 +00001RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -Xdemangler sed -Xdemangler 's/_/X/g' -filename-equivalence %S/showTemplateInstantiations.cpp | FileCheck %s
Vedant Kumar424f51b2016-07-15 22:44:57 +00002
Vedant Kumare9079772016-09-20 21:27:48 +00003// Check that we demangle names even if the sub-view will be hidden.
4RUN: llvm-profdata merge %S/Inputs/hideUnexecutedSubviews.proftext -o %t.profdata
5RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -Xdemangler sed -Xdemangler 's/_/X/g' -filename-equivalence %S/showTemplateInstantiations.cpp | FileCheck %s
6
Vedant Kumarf2b067c2017-02-05 20:11:03 +00007// Check that we demangle names when printing out function summaries.
Vedant Kumar62eb0fd2017-02-05 20:11:08 +00008RUN: llvm-cov report -show-functions %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -Xdemangler sed -Xdemangler 's/_/X/g' -filename-equivalence %S/showTemplateInstantiations.cpp | FileCheck %s
Vedant Kumarf2b067c2017-02-05 20:11:03 +00009
Vedant Kumare9079772016-09-20 21:27:48 +000010CHECK-DAG: XZ4funcIbEiTX
11CHECK-DAG: XZ4funcIiEiTX