summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2019-12-10 10:21:34 +0100
committerHans Wennborg <hans@chromium.org>2019-12-10 10:32:16 +0100
commitbfb53c55b8a825f6ec6bb4170eb80afeaef0fab8 (patch)
treef8afcd6c401c196942257390c79da05b766a8700 /llvm
parentb63c35ebf76ca0ac89405aeadee2b98a0e91e05e (diff)
downloadbcm5719-llvm-bfb53c55b8a825f6ec6bb4170eb80afeaef0fab8.tar.gz
bcm5719-llvm-bfb53c55b8a825f6ec6bb4170eb80afeaef0fab8.zip
Add more diff -b to roundtrip-compress.test
It was missing on the first test invocation. The flag is necessary to ignore line-ending differences on Windows.
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/tools/llvm-profdata/roundtrip-compress.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/roundtrip-compress.test b/llvm/test/tools/llvm-profdata/roundtrip-compress.test
index 9de303e5c44..cf0c344e787 100644
--- a/llvm/test/tools/llvm-profdata/roundtrip-compress.test
+++ b/llvm/test/tools/llvm-profdata/roundtrip-compress.test
@@ -2,7 +2,7 @@ REQUIRES: zlib
# Round trip from text --> compressed extbinary --> text
RUN: llvm-profdata merge --sample --extbinary -compress-all-sections -output=%t.1.profdata %S/Inputs/sample-profile.proftext
RUN: llvm-profdata merge --sample --text -output=%t.1.proftext %t.1.profdata
-RUN: diff %t.1.proftext %S/Inputs/sample-profile.proftext
+RUN: diff -b %t.1.proftext %S/Inputs/sample-profile.proftext
# Round trip from text --> binary --> compressed extbinary --> text
RUN: llvm-profdata merge --sample --binary -output=%t.2.profdata %S/Inputs/sample-profile.proftext
RUN: llvm-profdata merge --sample --extbinary -compress-all-sections -output=%t.3.profdata %t.2.profdata
OpenPOWER on IntegriCloud