
Fix the bug where merge-fdata unconditionally outputs boltedcollection line, regardless of whether input files have it set. Test Plan: Added bolt/test/X86/merge-fdata-nobat-mode.test which fails without this fix.
9 lines
359 B
Plaintext
9 lines
359 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
|