summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/show-prof-size.test
blob: a77360c8a673d4c8cc9a6fc1ee350f683b898632 (plain)
1
2
3
4
5
6
7
; RUN: llvm-profdata merge -sample -extbinary -prof-sym-list=%S/Inputs/profile-symbol-list-1.text %S/Inputs/sample-profile.proftext -o %t.1.output
; RUN: wc -c < %t.1.output > %t.txt
; RUN: llvm-profdata show -sample -show-sec-info-only %t.1.output >> %t.txt
; RUN: FileCheck %s --input-file=%t.txt
; Check llvm-profdata shows the correct file size.
; CHECK: [[FILESIZE:.*]]
; CHECK: [[FILESIZE]]
OpenPOWER on IntegriCloud