bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-profdata/instr-remap.test

3 lines
164 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llvm-profdata merge -text %S/Inputs/instr-remap.proftext -r %S/Inputs/instr-remap.remap -o %t.output
; RUN: diff -b %S/Inputs/instr-remap.expected %t.output