diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.proftext')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.proftext | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.proftext b/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.proftext new file mode 100644 index 00000000000..ad5362e17e4 --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.proftext @@ -0,0 +1,26 @@ +_Z5func1v +# Func Hash: +3 +# Num Counters: +2 +# Counter Values: +1 +0 + +_Z5func2v +# Func Hash: +3 +# Num Counters: +2 +# Counter Values: +1 +0 + +main +# Func Hash: +0 +# Num Counters: +1 +# Counter Values: +1 + |

