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

This commit is contained in:
Sylvestre Ledru 2018-08-28 11:57:13 +02:00
commit a8aa981758
4 changed files with 22 additions and 7 deletions

20
debian/changelog vendored
View File

@ -1,4 +1,19 @@
llvm-toolchain-7 (1:7~+rc1-1~exp4) experimental; urgency=medium
llvm-toolchain-7 (1:7~+rc2-1~exp3) experimental; urgency=medium
* Remove libtool flex, bison, dejagnu, tcl, expect,
and perl from the build deps (testing)
* Disable force-gcc-header-obj.diff as it is introducing
some regressions in the search headers
(Closes: #903709)
[ Gianfranco Costamagna ]
* Add liblldb-7-dev to python-lldb runtime dependencies, needed to import it
* Enable lld on arm64, mips64el
* Enable lldb on mips64el
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Aug 2018 14:00:14 +0200
llvm-toolchain-7 (1:7~+rc2-1~exp2) experimental; urgency=medium
* Force sphinx to be >> 1.2.3
* Also ignore libc++experimental.a on dh_strip (fails on stretch)
@ -14,8 +29,9 @@ llvm-toolchain-7 (1:7~+rc1-1~exp4) experimental; urgency=medium
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 27 Aug 2018 10:57:41 +0200
llvm-toolchain-7 (1:7~+rc1-1~exp3) experimental; urgency=medium
llvm-toolchain-7 (1:7~+rc2-1~exp1) experimental; urgency=medium
* New snapshot release
* dh_strip should be verbose
* On Stretch (binutils 2.28), do not run strip on libFuzzer.a, libc++.a
& libc++abi.a because it segfaults

6
debian/control vendored
View File

@ -3,8 +3,8 @@ Section: devel
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9),
Build-Depends: debhelper (>= 9.0), cmake, chrpath, texinfo, sharutils,
libffi-dev (>= 3.0.9),
lsb-release, patchutils, diffstat, xz-utils, python-dev,
libedit-dev, libncurses5-dev, swig, python-six, python-sphinx (>= 1.3.6),
binutils-dev,
@ -583,7 +583,6 @@ Description: LLVM low level support for a standard C++ library
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
Package: libc++abi-7-dev
Section: libdevel
@ -601,7 +600,6 @@ Description: LLVM low level support for a standard C++ library (development file
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
Package: libc++-7-helpers
Architecture: all

View File

@ -68,3 +68,4 @@ libcxx-test-atomics-set-compare-exchange-to-be-expected-fails-on-arm.patch
libcxx-silent-test-libcxx.diff
libcxx-silent-failure-ppc64el.diff
libcxx-silent-failure-arm64.diff

View File

@ -3,7 +3,7 @@
set -e
VERSION=7
DETAILED_VERSION=7~+rc1-1~exp2
DETAILED_VERSION=7~+rc1-1~exp3
echo "To install everything:"
echo "sudo dpkg -i libomp5-${VERSION}_${DETAILED_VERSION}_amd64.deb libomp-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb lldb-${VERSION}_${DETAILED_VERSION}_amd64.deb python-lldb-${VERSION}_${DETAILED_VERSION}_amd64.deb libllvm7_${DETAILED_VERSION}_amd64.deb llvm-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb liblldb-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb libclang1-${VERSION}_${DETAILED_VERSION}_amd64.deb libclang-common-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb llvm-${VERSION}_${DETAILED_VERSION}_amd64.deb liblldb-${VERSION}_${DETAILED_VERSION}_amd64.deb llvm-${VERSION}-runtime_${DETAILED_VERSION}_amd64.deb lld-${VERSION}_${DETAILED_VERSION}_amd64.deb libfuzzer-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb libclang-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb libc++-${VERSION}-dev_${DETAILED_VERSION}_amd64.deb libc++1-${VERSION}_${DETAILED_VERSION}_amd64.deb libc++-${VERSION}-helpers_${DETAILED_VERSION}_all.deb clang-${VERSION}_${DETAILED_VERSION}_amd64.deb"