[ubuntu/artful-proposed] llvm-toolchain-snapshot 1:6.0~svn311834-1ubuntu1 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Thu Aug 31 20:19:33 UTC 2017
llvm-toolchain-snapshot (1:6.0~svn311834-1ubuntu1) artful; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Enable ocaml on all arches.
llvm-toolchain-snapshot (1:6.0~svn311834-1) unstable; urgency=medium
* Link LLDB with -latomic on powerpcspe (Closes: #872267)
* Fix the C++ include path order (Closes: #859083)
* Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
See https://bugs.llvm.org/show_bug.cgi?id=34140
(Closes: #853525)
* clang was producing unusable binaries on armv5tel (Closes #873307)
Thanks to Adrian Bunk for the patch
* With Ubuntu Trusty (for apt.llvm.org), the build fails
on internal compiler error: in output_index_string, at dwarf2out.c:218
force the usage of gcc 4.9
llvm-toolchain-snapshot (1:6.0~svn310776-1) unstable; urgency=medium
* We moved from 5.0 to 6.0
* Ship the opt-viewer new program as part of llvm-6.0 tools
* ld.lld manpage wasn't installed
* Disable the clang-fix-cmpxchg8-detection-on-i386.patch patch
because breaks the build with
'error: 'isCmpXChg8Supported' was not declared in this scope'
* Remove usr/bin/liblldb-intel-mpxtable.so-6.0 as it seems to be removed
from usptream
* Force the usage of gcc 6 until the link issues with gcc 7 are fixed
https://bugs.llvm.org/show_bug.cgi?id=34140
[ Katsuhiko Nishimra ]
* Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)
Date: Thu, 31 Aug 2017 22:16:11 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/llvm-toolchain-snapshot/1:6.0~svn311834-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 31 Aug 2017 22:16:11 +0200
Source: llvm-toolchain-snapshot
Binary: clang-6.0 clang-format-6.0 clang-tidy-6.0 clang-6.0-doc libclang1-6.0 libclang1-6.0-dbg libclang-6.0-dev libclang-common-6.0-dev libfuzzer-6.0-dev python-clang-6.0 clang-6.0-examples libllvm6.0 libllvm6.0-dbg llvm-6.0 llvm-6.0-runtime llvm-6.0-dev llvm-6.0-tools libllvm-6.0-ocaml-dev llvm-6.0-doc llvm-6.0-examples lld-6.0 liblld-6.0 liblld-6.0-dbg liblld-6.0-dev lldb-6.0 liblldb-6.0 liblldb-6.0-dbg python-lldb-6.0 liblldb-6.0-dev
Architecture: source
Version: 1:6.0~svn311834-1ubuntu1
Distribution: artful
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
clang-6.0 - C, C++ and Objective-C compiler (LLVM based)
clang-6.0-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
clang-6.0-examples - Clang examples
clang-format-6.0 - Tool to format C/C++/Obj-C code
clang-tidy-6.0 - clang-based C++ linter tool
libclang-6.0-dev - clang library - Development package
libclang-common-6.0-dev - clang library - Common development package
libclang1-6.0 - C interface to the clang library
libclang1-6.0-dbg - clang library
libfuzzer-6.0-dev - Library for coverage-guided fuzz testing
liblld-6.0 - LLVM-based linker, library
liblld-6.0-dbg - LLVM-based linker, debugging libraries
liblld-6.0-dev - LLVM-based linker, header files
liblldb-6.0 - Next generation, high-performance debugger, library
liblldb-6.0-dbg - Next generation, high-performance debugger, debugging libraries
liblldb-6.0-dev - Next generation, high-performance debugger, header files
libllvm-6.0-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings
libllvm6.0 - Modular compiler and toolchain technologies, runtime library
libllvm6.0-dbg - Modular compiler and toolchain technologies, debugging libraries
lld-6.0 - LLVM-based linker
lldb-6.0 - Next generation, high-performance debugger
llvm-6.0 - Modular compiler and toolchain technologies
llvm-6.0-dev - Modular compiler and toolchain technologies, libraries and header
llvm-6.0-doc - Modular compiler and toolchain technologies, documentation
llvm-6.0-examples - Modular compiler and toolchain technologies, examples
llvm-6.0-runtime - Modular compiler and toolchain technologies, IR interpreter
llvm-6.0-tools - Modular compiler and toolchain technologies, tools
python-clang-6.0 - Clang Python Bindings
python-lldb-6.0 - Next generation, high-performance debugger, python lib
Closes: 853525 859083 871591 872267
Changes:
llvm-toolchain-snapshot (1:6.0~svn311834-1ubuntu1) artful; urgency=medium
.
* Merge from Debian unstable. Remaining changes:
- Enable ocaml on all arches.
.
llvm-toolchain-snapshot (1:6.0~svn311834-1) unstable; urgency=medium
.
* Link LLDB with -latomic on powerpcspe (Closes: #872267)
* Fix the C++ include path order (Closes: #859083)
* Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
See https://bugs.llvm.org/show_bug.cgi?id=34140
(Closes: #853525)
* clang was producing unusable binaries on armv5tel (Closes #873307)
Thanks to Adrian Bunk for the patch
* With Ubuntu Trusty (for apt.llvm.org), the build fails
on internal compiler error: in output_index_string, at dwarf2out.c:218
force the usage of gcc 4.9
.
llvm-toolchain-snapshot (1:6.0~svn310776-1) unstable; urgency=medium
.
* We moved from 5.0 to 6.0
* Ship the opt-viewer new program as part of llvm-6.0 tools
* ld.lld manpage wasn't installed
* Disable the clang-fix-cmpxchg8-detection-on-i386.patch patch
because breaks the build with
'error: 'isCmpXChg8Supported' was not declared in this scope'
* Remove usr/bin/liblldb-intel-mpxtable.so-6.0 as it seems to be removed
from usptream
* Force the usage of gcc 6 until the link issues with gcc 7 are fixed
https://bugs.llvm.org/show_bug.cgi?id=34140
.
[ Katsuhiko Nishimra ]
* Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)
Checksums-Sha1:
a06e15ed4f84be711979cf0715cdd9bbff30f617 7495 llvm-toolchain-snapshot_6.0~svn311834-1ubuntu1.dsc
21e0b5f8a24d0dab7afb9ed06028bedc95c2901c 702698 llvm-toolchain-snapshot_6.0~svn311834.orig-clang-tools-extra.tar.bz2
a9c6df76e93a125919e0152c0280b7412c69bb13 12730515 llvm-toolchain-snapshot_6.0~svn311834.orig-clang.tar.bz2
c59fc3c355a220f30680c27d6b279a3adeab52f3 2081713 llvm-toolchain-snapshot_6.0~svn311834.orig-compiler-rt.tar.bz2
4c1b03991cab669523d829e9de197482e7d59a25 723020 llvm-toolchain-snapshot_6.0~svn311834.orig-lld.tar.bz2
565ef2c116eb8b04f76fefbda78bd500d160bd66 11170750 llvm-toolchain-snapshot_6.0~svn311834.orig-lldb.tar.bz2
b4f28a7a8908f0273532cf00ed5d3901db12b8a1 3124992 llvm-toolchain-snapshot_6.0~svn311834.orig-polly.tar.bz2
89a3152a812f38fc981f35d547fa98cc698940d0 28088113 llvm-toolchain-snapshot_6.0~svn311834.orig.tar.bz2
b20be88fc310630cb981129d473651ac6ca5ec38 64248 llvm-toolchain-snapshot_6.0~svn311834-1ubuntu1.debian.tar.xz
Checksums-Sha256:
63ef58314f38fe30ab2bcccee833eb41b63458bc4576a6c32c81d2a3a0b08ea5 7495 llvm-toolchain-snapshot_6.0~svn311834-1ubuntu1.dsc
a8d206904d7cc5922a7b8754cc2e9b478ea5b793a903d24c2f89c0f5e8e30efa 702698 llvm-toolchain-snapshot_6.0~svn311834.orig-clang-tools-extra.tar.bz2
078cbc65cfa8e8a901ab5618aaf78547221c25bf4ee88cbbd81dcf0e4096e2af 12730515 llvm-toolchain-snapshot_6.0~svn311834.orig-clang.tar.bz2
953c34a81f93867d5a73b919d15b25ec7c73942ba04497a115573f1135279494 2081713 llvm-toolchain-snapshot_6.0~svn311834.orig-compiler-rt.tar.bz2
db3b14bee4babd5089e8b1e59365f871395146bbc2585dd779de78774ee34c19 723020 llvm-toolchain-snapshot_6.0~svn311834.orig-lld.tar.bz2
886026426c58a04c3e57b8f7108da85fc8febfd699fa7327ad746da91be81b3d 11170750 llvm-toolchain-snapshot_6.0~svn311834.orig-lldb.tar.bz2
cf91669be4500e36e24d9ef297c01fbb7b8eef914a2e5806d763e1f3a7c84c1b 3124992 llvm-toolchain-snapshot_6.0~svn311834.orig-polly.tar.bz2
a9b95c1d04d79c7c7b3cf7e1693482620a34f54357d006fe75d8129135ef75af 28088113 llvm-toolchain-snapshot_6.0~svn311834.orig.tar.bz2
153fde10c9dcb2f0bf3b31c992d747f234b52c7eb818eeb42886fdae55f63ac4 64248 llvm-toolchain-snapshot_6.0~svn311834-1ubuntu1.debian.tar.xz
Files:
5b8ea149fec18a862616f361f030fa4c 7495 devel optional llvm-toolchain-snapshot_6.0~svn311834-1ubuntu1.dsc
8a9c01170eacd8b67a561668b9809a10 702698 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig-clang-tools-extra.tar.bz2
ea8418733b40777c869428ad0b27670e 12730515 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig-clang.tar.bz2
01d81e88cafb15c6ef307625e5b5b949 2081713 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig-compiler-rt.tar.bz2
8d73ff1fedc5036ff47526506bf5c6bc 723020 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig-lld.tar.bz2
9a86821730d78f2424bcfb96850fd7c7 11170750 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig-lldb.tar.bz2
7284f5b69b3a8160626ee078f790d1d9 3124992 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig-polly.tar.bz2
04b033061b77205d54817e585878ccf0 28088113 devel optional llvm-toolchain-snapshot_6.0~svn311834.orig.tar.bz2
b395383da3940dde4a43c9c63da3b51c 64248 devel optional llvm-toolchain-snapshot_6.0~svn311834-1ubuntu1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJZqG7ZAAoJEPNPCXROn13ZZa4P/0CDoNc6su0MI4A7tLQ4BG/w
FbChMAlrLWPSg/ksXZyBPe0ggUkqW0oWaj1UlhLh2QnR+VQfpNmTQ8acLYFwCrhH
KKqStS4+wKh4wrZbq6hkv0ziEkWlBolFf9OGVGu4VeGFvEXDkrDLy3hvw+TEJAch
+3KiCxjotDjrZfLunnZKWnnkt+PVMaaPceQF/7i1VJVHVWQmS1BRMDqHDcj76+i+
7J1NOHfA7oVLvh69i+NKJriRkfHThL2RuWbaGW5KFL7JDuQL1wGqiBi1yz3hKtT8
3YqBVdhIVFr/1T1OOT2CJG0R4gFjWxoc4CqxcETp9YU93IpqB36gigU0EvKhA3yj
xlW80wE0XpYb2i4KKprcfxofGAWML0ZrB2OHoIIRuvZe8Ya8PIMu34SUVddVlJJh
YzQfF1U17CXjZDmS03uPFcqz40Uq8m5aGGUje2hwHsygf//n3uoleGYbbCsmctFQ
4XJnFzIyd+rqgJnpsDe5eGDFni2Oib9c4QwURLQsXnh4aEVKUQGHO+6q+4cNhogS
oN7l0rVt85DRkvGx317L4ybO1vTNrYaWzAGAFUOh6rCX64hi3hCEh+zoeu9tHIrG
5WHddB7HCrYUZynnX/XCFW3hzyvqVaavSv4BTf5Ep8IM0FrP0ioYIl4JK6BkK//W
p8xEOzrH0fGfaLSfnq41
=bfBF
-----END PGP SIGNATURE-----
More information about the Artful-changes
mailing list