mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 06:16:06 +00:00
9 lines
361 B
Plaintext
9 lines
361 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: boltedcollection
|
|
CHECK-FDATA: 1 main 451 1 SolveCubic 0 0 302
|