mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 13:28:35 +00:00
Merge remote-tracking branch 'origin/11' into 11
This commit is contained in:
commit
454c1a3d17
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 ]
|
||||||
|
2
debian/tests/cmake-test
vendored
2
debian/tests/cmake-test
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user