mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-22 14:46:43 +00:00
reupload to sid, with another hotfix for the autopkgtests
This commit is contained in:
parent
9f1b15d8bb
commit
239fca72ff
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -296,7 +296,7 @@ chmod +x foo.bc
|
||||
# only run if the binfmt is installed correctly
|
||||
/usr/sbin/update-binfmts --display llvm-$VERSION-runtime.binfmt &> foo.log || true
|
||||
if grep -q "interpreter = /usr/bin/lli-" foo.log; then
|
||||
/usr/sbin/update-binfmts --enable llvm-$VERSION-runtime.binfmt
|
||||
/usr/sbin/update-binfmts --enable llvm-$VERSION-runtime.binfmt || true
|
||||
if ! ./foo.bc|grep -q "lli foo"; then
|
||||
echo "executing ./foo.bc failed"
|
||||
./foo.bc || true
|
||||
|
Loading…
Reference in New Issue
Block a user