[ubuntu/bionic-proposed] llvm-toolchain-3.8 1:3.8.1-25ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Fri Oct 27 11:58:37 UTC 2017


llvm-toolchain-3.8 (1:3.8.1-25ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Fix sanitizer build failure with glibc-2.26.
    - Link with --no-keep-files-mapped --no-map-whole-files when using
      gold.
    - drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's
      a server cpu feature and breaks llvmpipe on workstations.
    - Ignore test results on i386/amd64, as done on any other architecture.
    - build using gold on arm64 and s390x. For backports, arm64 might still
      need the BFD linker, and building with only one or two processes in
      parallel.

llvm-toolchain-3.8 (1:3.8.1-25) unstable; urgency=medium

  * Fix the detection of gcc (Closes: #853523)
  * Force the deactivation of ocaml until the transition is done
  * Standards-Version: 4.1.0
  * Backport the gsplit dwarf fix (Closes: #853523)
  * Try to fix the mipsel FTBFS (Closes: #877567)
    I am trying the first option from the bug:
    - gsplit-dward on 32 bits archs
    - -g everywhere
    Many thanks to Adrian Bunk for that
  * clang was producing unusable binaries on armv5tel (Closes: #868779)
    Thanks to Adrian Bunk for the patch
  * Backport the patch for bind (ftfbs-gcc.diff)

  [ Gianfranco Costamagna, John Paul Adrian Glaubitz ]
  * Add powerpcspe to latomic archs

  [ Gianfranco Costamagna ]
  * use -g1 where Debug symbols have a 1GB size

Date: Fri, 27 Oct 2017 13:47:23 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/llvm-toolchain-3.8/1:3.8.1-25ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 27 Oct 2017 13:47:23 +0200
Source: llvm-toolchain-3.8
Binary: clang-3.8 clang-format-3.8 clang-tidy-3.8 clang-3.8-doc libclang1-3.8 libclang1-3.8-dbg libclang-3.8-dev libclang-common-3.8-dev libfuzzer-3.8-dev python-clang-3.8 clang-3.8-examples libllvm3.8 libllvm3.8-dbg llvm-3.8 llvm-3.8-runtime llvm-3.8-dev llvm-3.8-tools llvm-3.8-doc llvm-3.8-examples lldb-3.8 liblldb-3.8 liblldb-3.8-dbg python-lldb-3.8 liblldb-3.8-dev lldb-3.8-dev
Architecture: source
Version: 1:3.8.1-25ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
 clang-3.8  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.8-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.8-examples - Clang examples
 clang-format-3.8 - Tool to format C/C++/Obj-C code
 clang-tidy-3.8 - clang-based C++ linter tool
 libclang-3.8-dev - clang library - Development package
 libclang-common-3.8-dev - clang library - Common development package
 libclang1-3.8 - C interface to the clang library
 libclang1-3.8-dbg - clang library
 libfuzzer-3.8-dev - Library for coverage-guided fuzz testing
 liblldb-3.8 - Next generation, high-performance debugger, library
 liblldb-3.8-dbg - Next generation, high-performance debugger, debugging libraries
 liblldb-3.8-dev - Next generation, high-performance debugger - Header files
 libllvm3.8 - Modular compiler and toolchain technologies, runtime library
 libllvm3.8-dbg - Modular compiler and toolchain technologies, debugging libraries
 lldb-3.8   - Next generation, high-performance debugger
 lldb-3.8-dev - transitional dummy package to liblldb-3.8-dev
 llvm-3.8   - Modular compiler and toolchain technologies
 llvm-3.8-dev - Modular compiler and toolchain technologies, libraries and header
 llvm-3.8-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.8-examples - Modular compiler and toolchain technologies, examples
 llvm-3.8-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-3.8-tools - Modular compiler and toolchain technologies, tools
 python-clang-3.8 - Clang Python Bindings
 python-lldb-3.8 - Next generation, high-performance debugger, python lib
Closes: 853523 868779 877567
Changes:
 llvm-toolchain-3.8 (1:3.8.1-25ubuntu1) bionic; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Fix sanitizer build failure with glibc-2.26.
     - Link with --no-keep-files-mapped --no-map-whole-files when using
       gold.
     - drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's
       a server cpu feature and breaks llvmpipe on workstations.
     - Ignore test results on i386/amd64, as done on any other architecture.
     - build using gold on arm64 and s390x. For backports, arm64 might still
       need the BFD linker, and building with only one or two processes in
       parallel.
 .
 llvm-toolchain-3.8 (1:3.8.1-25) unstable; urgency=medium
 .
   * Fix the detection of gcc (Closes: #853523)
   * Force the deactivation of ocaml until the transition is done
   * Standards-Version: 4.1.0
   * Backport the gsplit dwarf fix (Closes: #853523)
   * Try to fix the mipsel FTBFS (Closes: #877567)
     I am trying the first option from the bug:
     - gsplit-dward on 32 bits archs
     - -g everywhere
     Many thanks to Adrian Bunk for that
   * clang was producing unusable binaries on armv5tel (Closes: #868779)
     Thanks to Adrian Bunk for the patch
   * Backport the patch for bind (ftfbs-gcc.diff)
 .
   [ Gianfranco Costamagna, John Paul Adrian Glaubitz ]
   * Add powerpcspe to latomic archs
 .
   [ Gianfranco Costamagna ]
   * use -g1 where Debug symbols have a 1GB size
Checksums-Sha1:
 4229bf8599d51b78112c5f8213c2ad872ad1d294 6135 llvm-toolchain-3.8_3.8.1-25ubuntu1.dsc
 f2900b624ff4cd20e1ef8df57f061d7b2081fbfa 69600 llvm-toolchain-3.8_3.8.1-25ubuntu1.debian.tar.xz
 0fb53835dcdeb5be5c1bb348121c911aa5247de3 12078 llvm-toolchain-3.8_3.8.1-25ubuntu1_source.buildinfo
Checksums-Sha256:
 033c615789882696068e428c4aacd1472250f8519aedb6de91f4eff22d283b03 6135 llvm-toolchain-3.8_3.8.1-25ubuntu1.dsc
 c59c5961db0bc58b7550a5a16d2506c3bd9f23c8b14b0df816dc420143099ed1 69600 llvm-toolchain-3.8_3.8.1-25ubuntu1.debian.tar.xz
 158addbccccad151ef06980aee180bc91c12556fc2e518dca5f35e0ca39c9fe8 12078 llvm-toolchain-3.8_3.8.1-25ubuntu1_source.buildinfo
Files:
 c9f53e8c45ed4c5b60c90c389cb7c7d9 6135 devel optional llvm-toolchain-3.8_3.8.1-25ubuntu1.dsc
 2f6af1af4e00b81662aef946a401f73a 69600 devel optional llvm-toolchain-3.8_3.8.1-25ubuntu1.debian.tar.xz
 a2581049ad530fd0275620013786cb65 12078 devel optional llvm-toolchain-3.8_3.8.1-25ubuntu1_source.buildinfo
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJZ8x6qAAoJEPNPCXROn13ZtUQQAKQ6JU7cRlWJRBdbS5tcsAmc
ikXq9YLCKhwmuqp9wgRiwNeU99NAlLxayo1W73U2OV0XctE9MHejMmHp7X2GNkqn
YW4NMwmPcR1bwxrPfi8M+fDLQWRrPyTASOk661vqQtsQWIRTZZda5WUzrjE1jiuu
kLjOlPkgCXIEKRnDCDIfkPpvRgzQGzJWr8TfGa0UXNJN3gOJPEbxW2MgBzYPPxYO
+g/7EmyJpebyOFcD/5/CXgpUqeecXWCcxB9iPCJGdlqiW55CSEyLP2TlNUDnvriJ
FhZWoKVny5R/EDDu9iwmNsRpZRu2qm9AVZSpK4Gyfh8lgAdTEWJRoKR4CSqMXKNd
EFiAFkRqGYYEUr6SkhJLQl9CUJqLK9Egerw3LhhANAbY09EXJaDHsxCdCKWnI4yD
lNy+drekTI0Fr2jO+ef07JkBbWHgCY73JwGqLbQ3XBy57wwKkZo+7Ge4LkzI7TpH
BdQxLtWi61IaNwY7tSyLWTHsySnOoMDxoVoWTzZ8pgKXyrkbvk+1ntP7f3AZ84jd
hfQM5/V9aDXVKZlUwhsZkJ/gxnPUdFjtgcBxeI2ZuEziNnOnekLLgOe2kv8knzEW
uYN9YedWqblii95vybPvr3a/VW1e0HWJ6AehHm++8KxQmr0eUtbUNQbanX9CtuxX
ibw15OjM02HdgzHtZcIh
=Ilqf
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list