brintos

brintos / llvm-project-archived public Read only

0
0
Text · 507 B · b12b460 Raw
17 lines · plain
1## Check merge-fdata tool correctly handles `-o` option.2RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \3RUN:             %S/Inputs/bat_profile_2.fdata \4RUN:   | FileCheck %s5 6RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \7RUN:             %S/Inputs/bat_profile_2.fdata \8RUN:             -o - \9RUN:   | FileCheck %s10 11RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \12RUN:             %S/Inputs/bat_profile_2.fdata \13RUN:             -o %t14RUN: FileCheck %s < %t15 16CHECK: 1 main 451 1 SolveCubic 0 0 30217