[AArch64][GlobalISel] Add disjoint handling for add_and_or_is_add. (#123594)
[llvm-project.git] / bolt / test / merge-fdata-mixed-mode.test
blobf897fec5d9db47da8804f77aefd7f28fbcfa76e7
1 ## Check that merge-fdata tool correctly reports error message
2 ## when trying to merge 'no-lbr' and 'lbr' profiles
4 # REQUIRES: system-linux
6 # RUN: split-file %s %t
7 # RUN: not merge-fdata %t/a.fdata %t/b.fdata 2>&1 | FileCheck %s
9 # CHECK: cannot mix profile with and without no_lbr
11 #--- a.fdata
12 no_lbr
13 main 1
14 #--- b.fdata
15 main 1