[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-profdata / cs-sample-profile.test
blob04c573ddece38e833ae087237a61ad61fef2d38c
1 RUN: llvm-profdata merge --sample --text -output=%t.proftext %S/Inputs/cs-sample.proftext
2 RUN: diff -b %t.proftext %S/Inputs/cs-sample.proftext
3 RUN: llvm-profdata merge --sample --extbinary %p/Inputs/cs-sample.proftext -o %t.prof && llvm-profdata merge --sample --text %t.prof -o %t1.proftext
4 RUN: diff -b %t1.proftext %S/Inputs/cs-sample.proftext