llvm-for-llvmta/test/tools/llvm-profdata/cs-sample-profile.test

5 lines
348 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
RUN: llvm-profdata merge --sample --text -output=%t.proftext %S/Inputs/cs-sample.proftext
RUN: diff -b %t.proftext %S/Inputs/cs-sample.proftext
RUN: llvm-profdata merge --sample --extbinary %p/Inputs/cs-sample.proftext -o %t.prof && llvm-profdata merge --sample --text %t.prof -o %t1.proftext
RUN: diff -b %t1.proftext %S/Inputs/cs-sample.proftext