mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 04:56:36 +00:00
Merge remote-tracking branch 'origin/15' into 16
This commit is contained in:
commit
ab73130494
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -105,6 +105,7 @@ llvm-toolchain-snapshot (1:16~++20220731055325+02b3a358926e-1~exp1) experimental
|
||||
llvm-toolchain-15 (1:15.0.7-4) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix debian/libclang1-15.symbols soname
|
||||
* Remove build artifacts if any
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 15 Mar 2023 21:45:46 +0100
|
||||
|
||||
|
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -155,7 +155,7 @@ else
|
||||
fi
|
||||
|
||||
# cleanup
|
||||
rm -rf */www/
|
||||
rm -rf */www/ build/ build-llvm/
|
||||
|
||||
cd ../
|
||||
BASE="llvm-toolchain-${MAJOR_VERSION}_${VERSION}"
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -577,6 +577,9 @@ override_dh_auto_configure: preconfigure
|
||||
$(CC) -v
|
||||
$(CXX) -v
|
||||
mkdir -p $(TARGET_BUILD)
|
||||
# remove in case of artifact
|
||||
rm -rf build
|
||||
|
||||
if test "$(SCAN_BUILD)" = "yes"; then \
|
||||
patch -f -p1 < debian/patches/on-the-fly/use-scan-build-runtimes.diff||true; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user