mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 22:30:27 +00:00
* debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink.
This commit is contained in:
parent
6f51761ef0
commit
d37c16d32b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ llvm-toolchain-19 (1:19.1.0~++rc3-3) UNRELEASED; urgency=medium
|
|||||||
* Build without z3 on sh4 (ftbfs).
|
* Build without z3 on sh4 (ftbfs).
|
||||||
* Also configure with -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;Xtensa".
|
* Also configure with -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;Xtensa".
|
||||||
* debian/tests/*: s/18/19/.
|
* debian/tests/*: s/18/19/.
|
||||||
|
* debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink.
|
||||||
|
|
||||||
-- Matthias Klose <doko@debian.org> Sat, 31 Aug 2024 20:22:25 +0200
|
-- Matthias Klose <doko@debian.org> Sat, 31 Aug 2024 20:22:25 +0200
|
||||||
|
|
||||||
|
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -486,7 +486,7 @@ check_symlink() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
check_symlink "libclang-cpp.so.$VERSION"
|
# check_symlink "libclang-cpp.so.$VERSION" why is that one needed?
|
||||||
check_symlink "libclang-$VERSION.so"
|
check_symlink "libclang-$VERSION.so"
|
||||||
check_symlink "libclang.so"
|
check_symlink "libclang.so"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user