[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-profdata / profile-symbol-list-compress.test
blob66b0543d7a416eaa3939100a638b26091e93464a
1 REQUIRES: zlib
2 ; RUN: llvm-profdata merge -sample -extbinary -compress-all-sections -prof-sym-list=%S/Inputs/profile-symbol-list-1.text %S/Inputs/sample-profile.proftext -o %t.1.output
3 ; RUN: llvm-profdata merge -sample -extbinary -compress-all-sections -prof-sym-list=%S/Inputs/profile-symbol-list-2.text %S/Inputs/sample-profile.proftext -o %t.2.output
4 ; RUN: llvm-profdata merge -sample -extbinary -compress-all-sections %t.1.output %t.2.output -o %t.3.output
5 ; RUN: llvm-profdata show -sample -show-prof-sym-list %t.3.output > %t.4.output
6 ; RUN: diff %S/Inputs/profile-symbol-list.expected %t.4.output