19 lines · plain
1## Check that merge-fdata tool correctly processes fdata files with header2## string produced by no-lbr mode (no_lbr)3 4# REQUIRES: system-linux5 6# RUN: split-file %s %t7# RUN: merge-fdata %t/a.fdata %t/b.fdata -o %t/merged.fdata8# RUN: FileCheck %s --input-file %t/merged.fdata9 10# CHECK: no_lbr11# CHECK: main 212 13#--- a.fdata14no_lbr15main 116#--- b.fdata17no_lbr18main 119