Merge remote-tracking branch 'origin/11' into 11

This commit is contained in:
Gianfranco Costamagna 2021-09-27 16:22:50 +02:00
commit 454c1a3d17
2 changed files with 8 additions and 2 deletions

8
debian/changelog vendored
View File

@ -1,4 +1,4 @@
llvm-toolchain-11 (1:11.1.0-2) unstable; urgency=medium llvm-toolchain-11 (1:11.1.0-3) unstable; urgency=medium
* Add two patches from ubuntu to fix lto and gcc-11 build failures * Add two patches from ubuntu to fix lto and gcc-11 build failures
* Use minimum version for cmake-test * Use minimum version for cmake-test
@ -9,6 +9,12 @@ llvm-toolchain-11 (1:11.1.0-2) unstable; urgency=medium
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 27 Sep 2021 15:50:46 +0200 -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 27 Sep 2021 15:50:46 +0200
llvm-toolchain-11 (1:11.1.0-2) unstable; urgency=medium
* Ajust the cmake test to unbreak autopkgtest
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Sep 2021 22:02:43 +0200
llvm-toolchain-11 (1:11.1.0-1) unstable; urgency=medium llvm-toolchain-11 (1:11.1.0-1) unstable; urgency=medium
[ Sylvestre Ledru ] [ Sylvestre Ledru ]

View File

@ -18,7 +18,7 @@ cd "$AUTOPKGTEST_TMP"
cat <<EOF > CMakeLists.txt cat <<EOF > CMakeLists.txt
cmake_minimum_required(VERSION 3.7) cmake_minimum_required(VERSION 3.7)
project(cmake-test) project(cmake-test)
find_package(LLVM 11 REQUIRED find_package(LLVM 11.1 REQUIRED
COMPONENTS COMPONENTS
Analysis Analysis
BitReader BitReader