mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 17:26:09 +00:00
Merge remote-tracking branch 'origin/6.0' into 7
This commit is contained in:
commit
3ceb5c00a6
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -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
|
||||
|
||||
* Force sphinx to be >> 1.2.3
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -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
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user