9 lines
262 B
Text
9 lines
262 B
Text
|
Test llvm-profdata merge can handle empty line with spaces in text format sample profile.
|
||
|
|
||
|
RUN: llvm-profdata merge --sample --text %p/Inputs/sample-empty-lines.proftext | FileCheck %s
|
||
|
CHECK: main:10:1
|
||
|
CHECK-NEXT: 2: 3
|
||
|
CHECK-NEXT: 3: inline1:5
|
||
|
CHECK-NEXT: 4: 1
|
||
|
|