brintos

brintos / llvm-project-archived public Read only

0
0
Text · 371 B · 31cb05f Raw
11 lines · plain
1# Test --demangled-names (-m).2RUN: rm -rf %t && mkdir %t && cd %t3RUN: cp %S/Inputs/test.cpp %S/Inputs/test.gcno %S/Inputs/test.gcda .4 5RUN: llvm-cov gcov -b -f -m test.gcda | FileCheck %s6RUN: llvm-cov gcov -b -f --demangled-names test.gcda | FileCheck %s7RUN: FileCheck %s --check-prefix=BRANCH < test.cpp.gcov8 9CHECK: Function 'A::B()'10BRANCH: function A::B() called11