[PATCH] D71036: Use diff -b on zlib tests so they pass on Windows
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 01:47:11 PST 2019
hans added inline comments.
================
Comment at: llvm/test/tools/llvm-profdata/roundtrip-compress.test:5
RUN: llvm-profdata merge --sample --text -output=%t.1.proftext %t.1.profdata
RUN: diff %t.1.proftext %S/Inputs/sample-profile.proftext
# Round trip from text --> binary --> compressed extbinary --> text
----------------
It needs -b here too. Added in bfb53c55b8a.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71036/new/
https://reviews.llvm.org/D71036
More information about the llvm-commits
mailing list