Change log for llvm-toolchain-4.0 package in Debian

120 of 20 results
Published in stretch-release
llvm-toolchain-4.0 (1:4.0.1-10~deb9u2) stretch; urgency=medium

  * Don't link with gold on s390x, not available in stretch.

 -- Julien Cristau <email address hidden>  Mon, 02 Jul 2018 10:45:18 +0200
Deleted in experimental-release (Reason: None provided.)
Deleted in buster-release (Reason: None provided.)
Deleted in sid-release (Reason: None provided.)
llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium

  * Ignore the test tools/gold/X86/comdat.ll
    until https://bugs.llvm.org/show_bug.cgi?id=36166
    is fixed.
    Will fix the ftbfs on x86

 -- Sylvestre Ledru <email address hidden>  Tue, 13 Feb 2018 09:26:55 +0100
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium

  * Create clang-tools-4.0 and move the various clang tools into it
    clang-tools-4.0 depends on clang-4.0. This might affect some packages.
    (Closes: #836397)
  * Update of the copyright file (Closes: #878502)
    Thanks to Nicholas D Steeves for the work
  * Take a patch for a stack alignment on sparc64 for rust
    Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
  * Update of the clang description
  * Standards-Version updated to 4.1.1
  * Remove some old breaks/replaces/conflicts (<3.8)
  * Fix some wrong-section-according-to-package-name and
    priority-extra-is-replaced-by-priority-optional issues
  * liblld-4.0-dev depends on liblld-4.0 (Closes: #856545)
  * Use ?= for some variables declarations
  * Remove the hardcoded declarations of llvm version in debian/rules
  * add /usr/lib/cuda to the CUDA toolkit search paths
    Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
  * Fix the fix-scan-view-path.diff path (Closes: #885827)
  * Move libomp-dev from Suggests to Recommends (Closes: #882781)
  * Do not ship liblld-4.0-dbg for now (Closes: #889269)

 -- Sylvestre Ledru <email address hidden>  Sun, 11 Feb 2018 00:01:50 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-8) unstable; urgency=medium

  [ Ximin Luo ]
  * Backport some patches (originally from rust, and upstreamed) to fix two
    failing tests in rustc.

  [ Sylvestre Ledru ]
  * 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

 -- Sylvestre Ledru <email address hidden>  Wed, 18 Oct 2017 16:37:25 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-7) unstable; urgency=medium

  * Force the deactivation of ocaml until the transition is done
  * Standards-Version: 4.1.0

 -- Sylvestre Ledru <email address hidden>  Fri, 13 Oct 2017 21:22:54 +0200
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-6) unstable; urgency=medium

  * Remove the -Wl option to call gold instead of the normal linker
    (Closes: #876787)
  * For now, lld doesn't generate shared libs. Removing the files
    (Closes: #857653)
  * Add the missing lldb symlinks (Closes: #872237)

  [ Gianfranco Costamagna ]
  * Fixup previous upload, adding -NDEBUG to build flags,
    lost in the -g -> -g1 switch

 -- Sylvestre Ledru <email address hidden>  Sun, 01 Oct 2017 15:24:14 +0200
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-5) unstable; urgency=medium

  * Backport of an arm patch for rust.
    https://bugs.llvm.org/show_bug.cgi?id=32379
    (Closes: #876072)

  [ Matthias Klose ]
  * Link with --no-keep-files-mapped --no-map-whole-files when using gold.
  * Fix sanitizer build failure with glibc-2.26.
  * 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.
  * On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g.
  * Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags.

 -- Sylvestre Ledru <email address hidden>  Fri, 08 Sep 2017 11:59:03 +0200
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-3) unstable; urgency=medium

  * Fix the FTBFS because of -gsplit-dwarf:
    - Only enable it on archs which needs it
    - Only enable it when gcc supports it correctly

 -- Sylvestre Ledru <email address hidden>  Thu, 31 Aug 2017 19:14:39 +0200
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-2) unstable; urgency=medium

  * Rebuild with gcc 7 to fix a relocation error (Closes: #866354)
  * Also add a missing include in ftfbs-gcc.diff to fix a ftbfs
    with gcc 7
  * ld.lld manpage wasn't installed
  * Link LLDB with -latomic on powerpcspe (Closes: #872267)
  * Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
    See https://bugs.llvm.org/show_bug.cgi?id=34140
    (Closes: #853526)
  * clang was producing unusable binaries on armv5tel (Closes #873305)
    Thanks to Adrian Bunk for the patch

  [ Katsuhiko Nishimra ]
  * Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)

 -- Sylvestre Ledru <email address hidden>  Sat, 26 Aug 2017 17:36:26 +0200
Superseded in buster-release
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1-1) unstable; urgency=medium

  * New stable release
  * Add libomp-dev to the suggests of clang
  * Add the ld.lld manpage
  * Add Provides on python-lldb-x.y & python-clang-x.y & libllvm-x.y-ocaml-dev
    to avoid the recurring problem about conflicts
    (Closes: #835546, #863739, #863742)
  * Standards-Version => 4.0.0
  * Generate the llvm-tblgen, clang-change-namespace, clang-offload-bundler
    lld, clang++, clang-check, clang-cpp & clang-import-test manpages
  * Remove the --no-discard-stderr option from help2man calls

 -- Sylvestre Ledru <email address hidden>  Wed, 14 Jun 2017 19:06:20 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1~+rc3-1) unstable; urgency=medium

  [ Sylvestre Ledru ]
  * Try to fix polly on hurd (missing PATH_MAX)
  * New snapshot release

  [ Gianfranco Costamagna ]
  * Fix clang-doc generation
    - there was a missing install file

 -- Sylvestre Ledru <email address hidden>  Wed, 14 Jun 2017 09:59:59 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1~+rc2-1) unstable; urgency=medium

  * New snapshot release
  * Remove clang-tblgen from clang-X.Y (done by upstream)

 -- Sylvestre Ledru <email address hidden>  Thu, 01 Jun 2017 23:01:38 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0.1~+rc1-1) unstable; urgency=medium

  * New snapshot release

 -- Sylvestre Ledru <email address hidden>  Fri, 05 May 2017 09:44:42 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0-5) unstable; urgency=medium

  * Really fix "use versioned symbols" for llvm
    Thanks to Julien Cristau for the patch (Closes: #849098)
  * Prepare version 4.0.1
  * Tolerate if ocaml failed
  * Just like with snapshot, add libncurses in the list of build deps
    (Closes: #861170)

 -- Sylvestre Ledru <email address hidden>  Tue, 25 Apr 2017 13:32:25 +0200

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0-3) unstable; urgency=medium

  * Explicit the dep of clang-tidy on same version of llvm to avoid
    undefined symbols
  * Add override_dh_makeshlibs for the libllvm or liblldb versions
    Thanks to Julien Cristau for the patch
  * change the min version of the libclang1 symbols to 1:4.0-3~
  * Add override_dh_makeshlibs for the libllvm or liblldb versions
    Thanks to Julien Cristau for the patch
  * Fix the symlink on scan-build-py

  [ Rebecca N. Palmer ]
  * Use versioned symbols (Closes: #848368)

 -- Sylvestre Ledru <email address hidden>  Sun, 09 Apr 2017 10:11:56 +0200
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0-1) unstable; urgency=medium

  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Thu, 09 Mar 2017 07:51:53 +0100
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0~+rc4-1) unstable; urgency=medium

  * New testing release

 -- Sylvestre Ledru <email address hidden>  Wed, 08 Mar 2017 08:52:37 +0100
Superseded in sid-release
llvm-toolchain-4.0 (1:4.0~+rc3-1) unstable; urgency=medium

  * New testing release
  * Fix the C++ include path order (Closes: #855222)
    Many thanks to Jason Rhinelander for investigating

 -- Sylvestre Ledru <email address hidden>  Sat, 18 Feb 2017 17:54:01 +0100

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0~+rc2-1) unstable; urgency=medium

  * New testing release
  * Fix the VCS-* links

 -- Sylvestre Ledru <email address hidden>  Thu, 09 Feb 2017 09:31:18 +0100

Available diffs

Superseded in sid-release
llvm-toolchain-4.0 (1:4.0~+rc1-1) unstable; urgency=medium

  * New testing release

 -- Sylvestre Ledru <email address hidden>  Wed, 18 Jan 2017 16:50:19 +0100
120 of 20 results