llvm-for-llvmta/test/tools/llvm-profdata/sample-remap.test

3 lines
175 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llvm-profdata merge -sample -text %S/Inputs/sample-remap.proftext -r %S/Inputs/sample-remap.remap -o %t.output
; RUN: diff -b %S/Inputs/sample-remap.expected %t.output