Merge branch '19' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 19

This commit is contained in:
Matthias Klose 2024-09-18 09:58:49 +02:00
commit 5928ebc612

1
debian/rules vendored
View File

@ -721,6 +721,7 @@ stamps/preconfigure:
# Yeah, this is ugly but I don't know how to do better # Yeah, this is ugly but I don't know how to do better
if test "$(LLVM_VERSION)" = "19"; then \ if test "$(LLVM_VERSION)" = "19"; then \
sed -i -e "s|(<< 1:19.1.0~++rc3-1~exp2)|(<< 1:19.1.0~++20240910033111)|g" debian/control; \ sed -i -e "s|(<< 1:19.1.0~++rc3-1~exp2)|(<< 1:19.1.0~++20240910033111)|g" debian/control; \
sed -i -e "s|(<< 1:19.1.0~++rc4-5)|(<< 1:19.1.0~++20240917071600)|g" debian/control; \
fi fi
# llvm-spirv was found, so we can enable *.spv files. Debian # llvm-spirv was found, so we can enable *.spv files. Debian