brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · eeb3a0e Raw
17 lines · plain
1## Check that merge-fdata doesn't incorrectly merge two fdata files with boltedcollection and no_lbr tags.2 3# REQUIRES: system-linux4 5# RUN: split-file %s %t6# RUN: not merge-fdata %t/a.fdata %t/b.fdata 2>&1 | FileCheck %s7 8# CHECK: cannot mix profile with and without boltedcollection9 10#--- a.fdata11boltedcollection12no_lbr13main 114#--- b.fdata15no_lbr16main 117