mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 04:16:46 +00:00

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.
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
# Check that merge-fdata tool doesn't spuriously print boltedcollection
|
|
|
|
RUN: merge-fdata %S/Inputs/blarge.fdata %S/Inputs/blarge.fdata \
|
|
RUN: | FileCheck %s --check-prefix=CHECK-FDATA
|
|
|
|
CHECK-FDATA-NOT: boltedcollection
|