This commit is contained in:
Sylvestre Ledru 2022-10-05 15:44:56 +02:00
parent b0120e6c32
commit 16e0582032
2 changed files with 6 additions and 7 deletions

10
debian/changelog vendored
View File

@ -34,7 +34,7 @@ llvm-toolchain-15 (1:15.0.0-1~exp1) experimental; urgency=medium
llvm-toolchain-15 (1:15.0.0~+rc3-1~exp2) experimental; urgency=medium llvm-toolchain-15 (1:15.0.0~+rc3-1~exp2) experimental; urgency=medium
* Update of the build dep from llvm-spirv => llvm-spirv-14 * Update of the build dep from llvm-spirv => llvm-spirv-14
as it is now versionned. It should build libclc as it is now versioned. It should build libclc
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 31 Aug 2022 17:10:33 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 31 Aug 2022 17:10:33 +0200
@ -342,7 +342,7 @@ llvm-toolchain-snapshot (1:14~++20211113102219+b5ff187b7b51-1~exp1) experimental
Sometimes, on i386, the library detection is failing (often on z3 Sometimes, on i386, the library detection is failing (often on z3
or ffi) or ffi)
'Could NOT find Z3:' 'Could NOT find Z3:'
* Add '-DCMAKE_FIND_DEBUG_MODE=true' to help wit debugging * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help with debugging
* Disable the build of libclc on old Ubuntu (Groovy & focal) * Disable the build of libclc on old Ubuntu (Groovy & focal)
as llvm-spir is too old on these version. as llvm-spir is too old on these version.
See bug #52200 See bug #52200
@ -398,7 +398,7 @@ llvm-toolchain-snapshot (1:14~++20211111061527+d56b171ee965-1~exp1) experimental
Sometimes, on i386, the library detection is failing (often on z3 Sometimes, on i386, the library detection is failing (often on z3
or ffi) or ffi)
'Could NOT find Z3:' 'Could NOT find Z3:'
* Add '-DCMAKE_FIND_DEBUG_MODE=true' to help wit debugging * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help with debugging
* Disable the build of libclc on old Ubuntu (Groovy & focal) * Disable the build of libclc on old Ubuntu (Groovy & focal)
as llvm-spir is too old on these version. as llvm-spir is too old on these version.
See bug #52200 See bug #52200
@ -2189,7 +2189,7 @@ llvm-toolchain-10 (1:10.0.0~+rc6-1) unstable; urgency=medium
llvm-toolchain-10 (1:10.0.0~+rc5-1) unstable; urgency=medium llvm-toolchain-10 (1:10.0.0~+rc5-1) unstable; urgency=medium
* Fith RC release * Fifth RC release
* Make autopkgtest/qualify-clang.sh work on arm64 * Make autopkgtest/qualify-clang.sh work on arm64
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 19 Mar 2020 15:59:43 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 19 Mar 2020 15:59:43 +0100
@ -4595,7 +4595,7 @@ llvm-toolchain-snapshot (1:3.9~svn274438-1) unstable; urgency=medium
llvm-toolchain-snapshot (1:3.9~svn260851-1) unstable; urgency=medium llvm-toolchain-snapshot (1:3.9~svn260851-1) unstable; urgency=medium
* New snapshot * New snapshot
* Switch to 3.9 (remove lldb-3.9-dev as it was a transitionnal pkg) * Switch to 3.9 (remove lldb-3.9-dev as it was a transitional pkg)
* Update the clang description for something more accurate (C++-11, 14, etc) * Update the clang description for something more accurate (C++-11, 14, etc)
* Cmake migration. Done by Andrew Wilkins. Many thanks to him * Cmake migration. Done by Andrew Wilkins. Many thanks to him
- Update patches to set SONAME in CMake build - Update patches to set SONAME in CMake build

3
debian/rules vendored
View File

@ -50,7 +50,7 @@ include /usr/share/dpkg/buildflags.mk
# We use a stage2 build. It means that a first clang is built using gcc, # We use a stage2 build. It means that a first clang is built using gcc,
# a second clang is built with the first # a second clang is built with the first
# And the various compoments are built using the second clang. # And the various components are built using the second clang.
# See https://llvm.org/docs/AdvancedBuilds.html # See https://llvm.org/docs/AdvancedBuilds.html
# collect additional flags for all stages all builds # collect additional flags for all stages all builds
@ -345,7 +345,6 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
SCAN_BUILD=yes SCAN_BUILD=yes
PRE_PROCESS=scan-build-$(LLVM_VERSION) --show-description -analyzer-config stable-report-filename=true PRE_PROCESS=scan-build-$(LLVM_VERSION) --show-description -analyzer-config stable-report-filename=true
# -enable-checker optin.performance.Padding
PRE_PROCESS_CONF=scan-build-$(LLVM_VERSION) PRE_PROCESS_CONF=scan-build-$(LLVM_VERSION)
# no need to run tests in this case # no need to run tests in this case
RUN_TEST=no RUN_TEST=no