Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7

This commit is contained in:
Sylvestre Ledru 2018-12-22 00:06:56 +01:00
commit 95b23e80c1

View File

@ -247,6 +247,7 @@ if ! grep "BuildID" foo2.log; then
echo "BuildID isn't part of the generated binary (ld generation)"
exit 1
fi
strip foo2
file foo2 &> foo2.log
if ! grep "BuildID" foo2.log; then