[PATCH] D83411: Use md5 -q for HashProgramOutput.sh, to show only the checksum.
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 01:57:20 PDT 2020
serge-sans-paille added inline comments.
================
Comment at: HashProgramOutput.sh:23
else
$md5cmd < $1.bak | cut -d' ' -f 1 > $1
fi
----------------
Why no silencing that one too?
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83411/new/
https://reviews.llvm.org/D83411
More information about the llvm-commits
mailing list