[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-profdata / instr-remap.test
blob27fddf60958121c32280e11ce7ef3a7c214739cb
1 ; RUN: llvm-profdata merge -text %S/Inputs/instr-remap.proftext -r %S/Inputs/instr-remap.remap -o %t.output
2 ; RUN: diff -b %S/Inputs/instr-remap.expected %t.output