mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ae02a44277
Summary: This is a fix to revision D68839 and rL375023. This patch substitutes POSIX option "-b" for the non-portable GNU option "--strip-trailing-cr". Reviewers: daltenty, hubert.reinterpretcast Reviewed By: daltenty Subscribers: mehdi_amini, hiraditya, steven_wu, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69342
6 lines
525 B
Plaintext
6 lines
525 B
Plaintext
; 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: llvm-profdata merge -sample -extbinary -prof-sym-list=%S/Inputs/profile-symbol-list-2.text %S/Inputs/sample-profile.proftext -o %t.2.output
|
|
; RUN: llvm-profdata merge -sample -extbinary %t.1.output %t.2.output -o %t.3.output
|
|
; RUN: llvm-profdata show -sample -show-prof-sym-list %t.3.output > %t.4.output
|
|
; RUN: diff -b %S/Inputs/profile-symbol-list.expected %t.4.output
|