mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 22:36:06 +00:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
![]() |
## Check that merge-fdata tool doesn't falsely print no_lbr when not in no-lbr mode
|
||
|
|
||
|
# REQUIRES: system-linux
|
||
|
|
||
|
# RUN: split-file %s %t
|
||
|
# RUN: merge-fdata %t/a.fdata %t/b.fdata -o %t/merged.fdata
|
||
|
# RUN: FileCheck %s --input-file %t/merged.fdata
|
||
|
|
||
|
# CHECK-NOT: no_lbr
|
||
|
# CHECK: main 2
|
||
|
|
||
|
#--- a.fdata
|
||
|
main 1
|
||
|
#--- b.fdata
|
||
|
main 1
|