diff options
Diffstat (limited to 'llvm/test/tools/llvm-profdata/show-prof-size.test')
-rw-r--r-- | llvm/test/tools/llvm-profdata/show-prof-size.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/show-prof-size.test b/llvm/test/tools/llvm-profdata/show-prof-size.test index 926027992ee..cc9b16aa08c 100644 --- a/llvm/test/tools/llvm-profdata/show-prof-size.test +++ b/llvm/test/tools/llvm-profdata/show-prof-size.test @@ -1,5 +1,5 @@ ; 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: ls -o %t.1.output |tr -s ' ' |cut -f4 -d ' ' > %t.txt +; RUN: ls -l %t.1.output |tr -s ' ' |cut -f5 -d ' ' > %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. |