xref: /llvm-project/llvm/test/tools/llvm-profdata/sample-empty-lines.test (revision 84719e2f038751b0c76d668413934dd54f720e84)
1Test llvm-profdata merge can handle empty line with spaces in text format sample profile.
2
3RUN: llvm-profdata merge --sample --text %p/Inputs/sample-empty-lines.proftext | FileCheck %s
4CHECK: main:10:1
5CHECK-NEXT: 2: 3
6CHECK-NEXT: 3: inline1:5
7CHECK-NEXT: 4: 1
8
9