mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 04:47:56 +00:00
exegesis: fix the test
This commit is contained in:
parent
81255dfcb8
commit
3c06c08d3c
4
debian/qualify-clang.sh
vendored
4
debian/qualify-clang.sh
vendored
@ -320,8 +320,8 @@ if ! grep "foo.cpp:3:3" foo.log; then
|
|||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "vzeroupper" | llvm-exegesis-$VERSION -mode=uops -snippets-file=- &> foo.log
|
echo "vzeroupper" | llvm-exegesis-$VERSION -mode=uops -snippets-file=- &> foo.log || true
|
||||||
if ! grep "measurements:" foo.log; then
|
if grep -q -E "(built without libpfm|cannot initialize libpfm)" foo.log; then
|
||||||
echo "could not run llvm-exegesis correctly"
|
echo "could not run llvm-exegesis correctly"
|
||||||
cat foo.log
|
cat foo.log
|
||||||
exit 42
|
exit 42
|
||||||
|
Loading…
Reference in New Issue
Block a user