llvm-toolchain/debian/patches
Sylvestre Ledru 687c1b3b6f * 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
* Backport some patches (originally from rust, and upstreamed) to fix two
  failing tests in rustc.
* 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
* Force the deactivation of ocaml until the transition is done
* Standards-Version: 4.1.0
* 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)
* Fixup previous upload, adding -NDEBUG to build flags,
  lost in the -g -> -g1 switch
* Backport of an arm patch for rust.
  https://bugs.llvm.org/show_bug.cgi?id=32379
  (Closes: #876072)
* 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.
* Fail the build if the arch + gcc has a broken gsplit-dwarf support
* Fix the FTBFS because of -gsplit-dwarf:
  - Only enable it on archs which needs it
  - Only enable it when gcc supports it correctly
* 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
* Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)
* 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
* Try to fix polly on hurd (missing PATH_MAX)
* New snapshot release
* Fix clang-doc generation
  - there was a missing install file
* New snapshot release
* Remove clang-tblgen from clang-X.Y (done by upstream)
* New testing release
2017-11-21 21:15:50 +00:00
..
19-clang_debian_version.patch refresh of the patch 2014-06-06 15:10:33 +00:00
23-strlcpy_strlcat_warning_removed.diff * debian/patches/{0003-Debian-version-info-and-bugreport.patch, 2016-11-03 08:40:58 +00:00
26-set-correct-float-abi.diff refresh of the patches 2017-03-10 10:47:25 +00:00
27-fix_clang_stdint.diff patches rebased 2017-04-28 09:10:13 +00:00
31-powerpcspe.diff Refresh of the patch 2013-08-22 07:18:24 +00:00
34-powerpc-no-altivec.diff Refresh of the patch 2013-08-22 07:18:24 +00:00
0003-Debian-version-info-and-bugreport.patch rebase of the patches 2017-02-24 16:17:35 +00:00
0011-SimplifyCFG-Hoisting-invalidates-metadata.patch * Non-maintainer upload. 2017-10-18 14:13:52 +00:00
0021-shared-lib-debian.patch refresh of the patches 2015-07-10 17:24:40 +00:00
0023-link-libopagent.patch refresh of the patches 2015-07-10 17:24:40 +00:00
0044-soname.diff rebase of the patch 2017-07-11 18:20:14 +00:00
atomic_library_1.diff * debian/patches/{0003-Debian-version-info-and-bugreport.patch, 2016-11-03 08:40:58 +00:00
atomic_library_2.diff * debian/patches/{0003-Debian-version-info-and-bugreport.patch, 2016-11-03 08:40:58 +00:00
bug-30342.diff patches/bug-30342.diff removed. Applied upstream (3.9.1) 2016-11-30 11:06:05 +00:00
clang-analyzer-force-version.diff new snapshot release 2017-01-14 11:10:21 +00:00
clang-apply-replacements.diff use clang replacement 5.0 instead of 3.8 2017-07-28 06:29:26 +00:00
clang-default-to-i686-on-32bit-x86-targets.patch * d/p/clang-default-to-i686-on-32bit-x86-targets.patch: 2016-11-05 12:17:03 +00:00
clang-fix-cmpxchg8-detection-on-i386.patch rebase of the patch 2017-05-27 15:30:26 +00:00
clang-format-version.diff new snapshot release 2017-01-14 11:10:21 +00:00
clang-tidy-run-bin.diff also update this patch 2017-01-14 11:42:26 +00:00
compiler-rt-i586.diff Ubuntu Wily is now showing i686 as version for i386, update the compiler-rt support 2015-10-12 14:31:23 +00:00
declare_clear_cache.diff * debian/clang-X.Y.install.in: Added clang-cpp. 2016-10-10 16:51:15 +00:00
disable-display-PASS-UNSUPPORTED-XFAIL.diff rebase of the patch 2016-09-07 11:54:40 +00:00
disable-error-xray.diff rebase of the patch 2017-04-16 09:29:01 +00:00
disable-execinfo-usage.diff rebase of the patch 2015-11-16 08:41:19 +00:00
disable-llvm-symbolizer-test.diff * Fix the renaming of the manpages (Closes: #834077) 2016-08-27 13:20:20 +00:00
disable-path-test-failing.diff silent some failing tests 2017-03-27 07:27:19 +00:00
disable-source-interleave.diff rebase of the patches 2017-01-04 16:30:48 +00:00
do-not-fail-on-unexpected-pass.diff rebase of the patches 2016-05-08 20:59:50 +00:00
fix-clang-path-and-build.diff rebase 2017-08-25 16:00:53 +00:00
fix-cmake-config-prefix.diff * debian/clang-X.Y.install.in: Added clang-cpp. 2016-10-10 16:51:15 +00:00
fix-lldb-server-build * debian/patches/{0003-Debian-version-info-and-bugreport.patch, 2016-11-03 08:40:58 +00:00
fix-llvm-config-obj-src-root.patch refresh of the patch 2017-03-26 16:52:30 +00:00
fix-scan-view-path.diff Fix a path issue in scan-view. Thanks Riccardo Magliocchetti 2016-10-31 14:33:29 +00:00
follow-parallel-var.diff Running tests respect DEB_BUILD_OPTIONS=parallel=X 2014-06-20 13:34:31 +00:00
force-gcc-header-obj.diff refresh of the patches 2014-02-19 08:47:31 +00:00
force-link-pass.o.diff refresh of the patch 2015-03-08 10:26:49 +00:00
gcc-7.1-workaround.diff * New testing release 2017-08-26 15:01:35 +00:00
hurd-EIEIO-undef.diff rebase of the patches 2016-05-08 20:59:50 +00:00
hurd-pathmax.diff * New snapshot release 2017-06-09 10:07:28 +00:00
install-scan-build-py.diff * debian/clang-X.Y.install.in: Added clang-cpp. 2016-10-10 16:51:15 +00:00
lld-arg-cmake-issue.diff * Build lld 2017-01-06 16:19:45 +00:00
lldb-addversion-suffix-to-llvm-server-exec.patch rebase of the patch 2017-02-03 11:07:25 +00:00
lldb-disable-swig-error.diff rebase of the patches 2017-06-30 06:40:20 +00:00
lldb-libname.diff new snapshot release 2017-01-14 11:10:21 +00:00
lldb-link-atomic-cmake.patch rebase of the patch 2017-08-17 21:27:43 +00:00
lldb-missing-install.diff refresh of the patches 2017-02-09 13:33:54 +00:00
lldb-soname.diff refresh of the patches 2017-02-09 13:33:54 +00:00
mips-fpxx-enable.diff refresh of the patches 2017-03-10 10:47:25 +00:00
pthread-link.diff fix the patch 2017-01-15 09:24:58 +00:00
python-clangpath.diff new snapshot release 2017-01-14 11:10:21 +00:00
removeduplicatedeclaration.diff * debian/patches/{0003-Debian-version-info-and-bugreport.patch, 2016-11-03 08:40:58 +00:00
scan-build-clang-path.diff new snapshot release 2017-01-14 11:10:21 +00:00
scan-build-py-default.diff Ship scan-build-py 2016-05-12 15:04:15 +00:00
scan-view-fix-path.diff refresh of the patches 2017-03-10 10:47:25 +00:00
series * Create clang-tools-4.0 and move the various clang tools into it 2017-11-21 21:15:50 +00:00
silent-amd-tet.diff Silent some amdgpu test https://bugs.llvm.org//show_bug.cgi?id=32483 2017-04-04 05:09:34 +00:00
silent-amdgpu-test-failing.diff remove silent-amdgpu-test-failing.diff fixed upstream 2017-03-27 07:12:47 +00:00
silent-gold-test.diff rebase of the patch 2016-12-15 17:48:44 +00:00
silent-gold-utils.diff rebase of the patch 2017-01-26 08:37:18 +00:00
silent-MCJIIT-tests.diff * debian/patches/{23-strlcpy_strlcat_warning_removed.diff, 2016-10-27 17:03:56 +00:00
silent-more-tests.diff * debian/patches/{23-strlcpy_strlcat_warning_removed.diff, 2016-10-27 17:03:56 +00:00
silent-test-failing-codeverage.diff rebase of the patches 2017-06-30 06:40:20 +00:00
strip-svn.diff * Cmake migration. Done by Andrew Wilkins. Many thanks to him 2016-02-08 12:49:57 +00:00
ubuntu-precise-compiler-rt.diff add some more patches 2015-11-30 14:33:10 +00:00
unwind-chain-inclusion.diff * debian/clang-X.Y.install.in: Added clang-cpp. 2016-10-10 16:51:15 +00:00