Merge remote-tracking branch 'origin/6.0' into 7

This commit is contained in:
Sylvestre Ledru 2018-08-28 11:39:57 +02:00
commit 3ceb5c00a6
3 changed files with 18 additions and 4 deletions

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
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 llvm-toolchain-7 (1:7~+rc2-1~exp2) experimental; urgency=medium
* Force sphinx to be >> 1.2.3 * Force sphinx to be >> 1.2.3

6
debian/control vendored
View File

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