Adapt testsuite for another test failure

This commit is contained in:
Gianfranco Costamagna 2023-04-12 10:35:49 +02:00
parent 7b91480a54
commit e7a8b6628b

View File

@ -1138,7 +1138,8 @@ if test ! -f /usr/lib/clc/polaris10-amdgcn-mesa-mesa3d.bc; then
exit 1
fi
LLVM_CONFIG=llvm-config-$VERSION /usr/lib/llvm-$VERSION/share/libclc/check_external_calls.sh /usr/lib/clc/amdgcn--amdhsa.bc > /dev/null
BINDIR=$(llvm-config-$VERSION --bindir)
/usr/lib/llvm-$VERSION/share/libclc/check_external_calls.sh /usr/lib/clc/amdgcn--amdhsa.bc $BINDIR > /dev/null
# libunwind
echo "Testing libunwind-$VERSION-dev ..."