diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:17:04 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:17:04 +0000 |
| commit | b915e9e0fc85ba6f398b3fab0db6a81a8913af94 (patch) | |
| tree | 98b8f811c7aff2547cab8642daf372d6c59502fb /test/tools/llvm-profdata/inline-samples.test | |
| parent | 6421cca32f69ac849537a3cff78c352195e99f1b (diff) | |
Notes
Diffstat (limited to 'test/tools/llvm-profdata/inline-samples.test')
| -rw-r--r-- | test/tools/llvm-profdata/inline-samples.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tools/llvm-profdata/inline-samples.test b/test/tools/llvm-profdata/inline-samples.test index 421f002da9f9..d97d82ea644b 100644 --- a/test/tools/llvm-profdata/inline-samples.test +++ b/test/tools/llvm-profdata/inline-samples.test @@ -23,6 +23,7 @@ RUN: diff %t-bintext %t-text 4- Merge the binary and text encodings of the profile and check that the counters have doubled. RUN: llvm-profdata merge --sample --text %t.profbin %p/Inputs/inline-samples.afdo -o - | FileCheck %s --check-prefix=MERGE1 +RUN: llvm-profdata merge --sample --text - < %t.profbin %p/Inputs/inline-samples.afdo -o - | FileCheck %s --check-prefix=MERGE1 MERGE1: main:733692:0 MERGE1: 2.3: 120802 MERGE1: 2.3: _Z3fool:492088 |
