brintos

brintos / llvm-project-archived public Read only

0
0
Text · 332 B · f897fec Raw
16 lines · plain
1## Check that merge-fdata tool correctly reports error message2## when trying to merge 'no-lbr' and 'lbr' profiles3 4# REQUIRES: system-linux5 6# RUN: split-file %s %t7# RUN: not merge-fdata %t/a.fdata %t/b.fdata 2>&1 | FileCheck %s8 9# CHECK: cannot mix profile with and without no_lbr10 11#--- a.fdata12no_lbr13main 114#--- b.fdata15main 116