forked from OSchip/llvm-project
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
# Check merge-fdata tool correctly processes fdata files with header strings
|
|
# such as the ones produced by BAT mode (boltedcollection)
|
|
RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \
|
|
RUN: %S/Inputs/bat_profile_2.fdata \
|
|
RUN: | FileCheck %s --check-prefix=CHECK-FDATA
|
|
|
|
CHECK-FDATA: 1 main 451 1 SolveCubic 0 0 302
|
|
|
|
|