blob: eeb3a0e23b0cca2b2a3f71082f4d8196dcdea66d [file] [log] [blame]
## Check that merge-fdata doesn't incorrectly merge two fdata files with boltedcollection and no_lbr tags.
# REQUIRES: system-linux
# RUN: split-file %s %t
# RUN: not merge-fdata %t/a.fdata %t/b.fdata 2>&1 | FileCheck %s
# CHECK: cannot mix profile with and without boltedcollection
#--- a.fdata
boltedcollection
no_lbr
main 1
#--- b.fdata
no_lbr
main 1