mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +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
|
||||
fi
|
||||
|
||||
echo "vzeroupper" | llvm-exegesis-$VERSION -mode=uops -snippets-file=- &> foo.log
|
||||
if ! grep "measurements:" foo.log; then
|
||||
echo "vzeroupper" | llvm-exegesis-$VERSION -mode=uops -snippets-file=- &> foo.log || true
|
||||
if grep -q -E "(built without libpfm|cannot initialize libpfm)" foo.log; then
|
||||
echo "could not run llvm-exegesis correctly"
|
||||
cat foo.log
|
||||
exit 42
|
||||
|
Loading…
Reference in New Issue
Block a user