mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-11 03:26:46 +00:00
* 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
This commit is contained in:
commit
687c1b3b6f
141
debian/changelog
vendored
141
debian/changelog
vendored
@ -1,5 +1,142 @@
|
|||||||
llvm-toolchain-5.0 (1:5.0-5) UNRELEASED; urgency=medium
|
llvm-toolchain-5.0 (1:5.0.1~+rc1-1~exp1) experimental; 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
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Wed, 18 Oct 2017 16:37:25 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Fri, 13 Oct 2017 21:22:54 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Sun, 01 Oct 2017 15:24:14 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Fri, 08 Sep 2017 11:59:03 +0200
|
||||||
|
|
||||||
|
llvm-toolchain-4.0 (1:4.0.1-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fail the build if the arch + gcc has a broken gsplit-dwarf support
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 03 Sep 2017 15:13:14 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Thu, 31 Aug 2017 19:14:39 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Sat, 26 Aug 2017 17:36:26 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Wed, 14 Jun 2017 19:06:20 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Wed, 14 Jun 2017 09:59:59 +0200
|
||||||
|
|
||||||
|
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 <sylvestre@debian.org> Thu, 01 Jun 2017 23:01:38 +0200
|
||||||
|
|
||||||
|
llvm-toolchain-4.0 (1:4.0.1~+rc1-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New testing release
|
||||||
* Update of the copyright file (Closes: #878502)
|
* Update of the copyright file (Closes: #878502)
|
||||||
Thanks to Nicholas D Steeves for the work
|
Thanks to Nicholas D Steeves for the work
|
||||||
* Try to fix the mipsel FTBFS (Closes: #877567)
|
* Try to fix the mipsel FTBFS (Closes: #877567)
|
||||||
@ -8,7 +145,7 @@ llvm-toolchain-5.0 (1:5.0-5) UNRELEASED; urgency=medium
|
|||||||
- -g everywhere
|
- -g everywhere
|
||||||
Many thanks to Adrian Bunk for that
|
Many thanks to Adrian Bunk for that
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 19 Oct 2017 09:34:09 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 03 Nov 2017 15:30:19 +0100
|
||||||
|
|
||||||
llvm-toolchain-5.0 (1:5.0-4) unstable; urgency=medium
|
llvm-toolchain-5.0 (1:5.0-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
49
debian/clang-X.Y.install.in
vendored
49
debian/clang-X.Y.install.in
vendored
@ -1,59 +1,10 @@
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang++
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang++
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-cpp
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-cpp
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-check
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-apply-replacements
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-query
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-rename
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-rename.el
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-rename.py
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/scan-view
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/scan-build
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-cl
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/sancov
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/scan-view/
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/scan-build/
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/man/man1/scan-build.1
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/bash-autocomplete.sh
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/libexec/ccc-analyzer
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/libexec/c++-analyzer
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-offload-bundler
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-reorder-fields
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-change-namespace
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-import-test
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clangd
|
|
||||||
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/modularize
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/c-index-test
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/clang-include-fixer
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/bin/find-all-symbols
|
|
||||||
|
|
||||||
tools/clang/tools/scan-build-@LLVM_VERSION@ usr/share/clang/
|
|
||||||
tools/clang/tools/scan-build-py-@LLVM_VERSION@ usr/share/clang/
|
|
||||||
tools/clang/tools/scan-view-@LLVM_VERSION@ usr/share/clang/
|
|
||||||
#usr/share/man/man1/clang.1 usr/share/man/man1/
|
#usr/share/man/man1/clang.1 usr/share/man/man1/
|
||||||
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/clang/*.cmake usr/share/llvm-@LLVM_VERSION@/cmake/
|
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/clang/*.cmake usr/share/llvm-@LLVM_VERSION@/cmake/
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-find-all-symbols.py
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-include-fixer.py
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-include-fixer.el
|
|
||||||
|
|
||||||
usr/bin/clang-@LLVM_VERSION@
|
usr/bin/clang-@LLVM_VERSION@
|
||||||
usr/bin/clang++-@LLVM_VERSION@
|
usr/bin/clang++-@LLVM_VERSION@
|
||||||
usr/bin/clang-cpp-@LLVM_VERSION@
|
usr/bin/clang-cpp-@LLVM_VERSION@
|
||||||
usr/bin/clang-check-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-apply-replacements-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-query-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-rename-@LLVM_VERSION@
|
|
||||||
usr/bin/sancov-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-cl-@LLVM_VERSION@
|
|
||||||
usr/bin/modularize-@LLVM_VERSION@
|
|
||||||
usr/bin/scan-build-@LLVM_VERSION@
|
|
||||||
usr/bin/scan-view-@LLVM_VERSION@
|
|
||||||
usr/bin/c-index-test-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-offload-bundler-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-reorder-fields-@LLVM_VERSION@
|
|
||||||
usr/bin/find-all-symbols-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-include-fixer-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-change-namespace-@LLVM_VERSION@
|
|
||||||
usr/bin/clang-import-test-@LLVM_VERSION@
|
|
||||||
usr/bin/clangd-@LLVM_VERSION@
|
|
||||||
|
7
debian/clang-X.Y.lintian-overrides.in
vendored
7
debian/clang-X.Y.lintian-overrides.in
vendored
@ -1,9 +1,2 @@
|
|||||||
# I know but well...
|
|
||||||
clang-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-check.1.gz
|
|
||||||
clang-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/scan-view.1.gz
|
|
||||||
clang-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-apply-replacements-@LLVM_VERSION@.1.gz
|
|
||||||
clang-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-check-@LLVM_VERSION@.1.gz
|
|
||||||
clang-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-tblgen-@LLVM_VERSION@.1.gz
|
|
||||||
clang-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/scan-view-@LLVM_VERSION@.1.gz
|
|
||||||
# Does not link otherwise
|
# Does not link otherwise
|
||||||
clang-@LLVM_VERSION@: embedded-library usr/lib/llvm-@LLVM_VERSION@/bin/clang: libjsoncpp
|
clang-@LLVM_VERSION@: embedded-library usr/lib/llvm-@LLVM_VERSION@/bin/clang: libjsoncpp
|
||||||
|
11
debian/clang-X.Y.manpages.in
vendored
11
debian/clang-X.Y.manpages.in
vendored
@ -1,12 +1 @@
|
|||||||
clang/docs/_build/man/clang-@LLVM_VERSION@.1
|
clang/docs/_build/man/clang-@LLVM_VERSION@.1
|
||||||
clang/tools/scan-build/man/scan-build-@LLVM_VERSION@.1
|
|
||||||
debian/man/clang-check-@LLVM_VERSION@.1
|
|
||||||
debian/man/clang-rename-@LLVM_VERSION@.1
|
|
||||||
debian/man/clang-query-@LLVM_VERSION@.1
|
|
||||||
debian/man/clang-apply-replacements-@LLVM_VERSION@.1
|
|
||||||
debian/man/sancov-@LLVM_VERSION@.1
|
|
||||||
debian/man/scan-view-@LLVM_VERSION@.1
|
|
||||||
debian/man/modularize-@LLVM_VERSION@.1
|
|
||||||
debian/man/find-all-symbols-@LLVM_VERSION@.1
|
|
||||||
debian/man/clang-include-fixer-@LLVM_VERSION@.1
|
|
||||||
debian/man/clang-reorder-fields-@LLVM_VERSION@.1
|
|
||||||
|
49
debian/clang-tools-X.Y.install.in
vendored
Normal file
49
debian/clang-tools-X.Y.install.in
vendored
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-check
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-apply-replacements
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-query
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-rename
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-rename.el
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-rename.py
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/scan-view
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/scan-build
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-cl
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/sancov
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/scan-view/
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/scan-build/
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/man/man1/scan-build.1
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/libexec/ccc-analyzer
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/libexec/c++-analyzer
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-offload-bundler
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-reorder-fields
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-change-namespace
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-import-test
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/modularize
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/c-index-test
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-include-fixer
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/find-all-symbols
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/bin/clangd
|
||||||
|
|
||||||
|
tools/clang/tools/scan-build-@LLVM_VERSION@ usr/share/clang/
|
||||||
|
tools/clang/tools/scan-build-py-@LLVM_VERSION@ usr/share/clang/
|
||||||
|
tools/clang/tools/scan-view-@LLVM_VERSION@ usr/share/clang/
|
||||||
|
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-find-all-symbols.py
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-include-fixer.py
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-include-fixer.el
|
||||||
|
usr/bin/clang-check-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-apply-replacements-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-query-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-rename-@LLVM_VERSION@
|
||||||
|
usr/bin/sancov-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-cl-@LLVM_VERSION@
|
||||||
|
usr/bin/modularize-@LLVM_VERSION@
|
||||||
|
usr/bin/scan-build-@LLVM_VERSION@
|
||||||
|
usr/bin/scan-view-@LLVM_VERSION@
|
||||||
|
usr/bin/c-index-test-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-offload-bundler-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-reorder-fields-@LLVM_VERSION@
|
||||||
|
usr/bin/find-all-symbols-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-include-fixer-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-change-namespace-@LLVM_VERSION@
|
||||||
|
usr/bin/clang-import-test-@LLVM_VERSION@
|
||||||
|
usr/bin/clangd-@LLVM_VERSION@
|
6
debian/clang-tools-X.Y.lintian-overrides.in
vendored
Normal file
6
debian/clang-tools-X.Y.lintian-overrides.in
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# I know but well...
|
||||||
|
clang-tools-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-check.1.gz
|
||||||
|
clang-tools-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/scan-view.1.gz
|
||||||
|
clang-tools-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-apply-replacements-@LLVM_VERSION@.1.gz
|
||||||
|
clang-tools-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/clang-check-@LLVM_VERSION@.1.gz
|
||||||
|
clang-tools-@LLVM_VERSION@: manpage-has-useless-whatis-entry usr/share/man/man1/scan-view-@LLVM_VERSION@.1.gz
|
11
debian/clang-tools-X.Y.manpages.in
vendored
Normal file
11
debian/clang-tools-X.Y.manpages.in
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
clang/tools/scan-build/man/scan-build-@LLVM_VERSION@.1
|
||||||
|
debian/man/clang-check-@LLVM_VERSION@.1
|
||||||
|
debian/man/clang-rename-@LLVM_VERSION@.1
|
||||||
|
debian/man/clang-query-@LLVM_VERSION@.1
|
||||||
|
debian/man/clang-apply-replacements-@LLVM_VERSION@.1
|
||||||
|
debian/man/sancov-@LLVM_VERSION@.1
|
||||||
|
debian/man/scan-view-@LLVM_VERSION@.1
|
||||||
|
debian/man/modularize-@LLVM_VERSION@.1
|
||||||
|
debian/man/find-all-symbols-@LLVM_VERSION@.1
|
||||||
|
debian/man/clang-include-fixer-@LLVM_VERSION@.1
|
||||||
|
debian/man/clang-reorder-fields-@LLVM_VERSION@.1
|
121
debian/control
vendored
121
debian/control
vendored
@ -14,8 +14,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
|||||||
# ocaml-findlib [amd64 arm64 armel armhf i386],
|
# ocaml-findlib [amd64 arm64 armel armhf i386],
|
||||||
# libctypes-ocaml-dev [amd64 arm64 armel armhf i386],
|
# libctypes-ocaml-dev [amd64 arm64 armel armhf i386],
|
||||||
# dh-ocaml [amd64 arm64 armel armhf i386],
|
# dh-ocaml [amd64 arm64 armel armhf i386],
|
||||||
Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev,
|
Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
|
||||||
libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
|
|
||||||
Standards-Version: 4.1.0
|
Standards-Version: 4.1.0
|
||||||
Homepage: http://www.llvm.org/
|
Homepage: http://www.llvm.org/
|
||||||
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/branches/5.0/
|
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/branches/5.0/
|
||||||
@ -31,27 +30,33 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
Recommends: llvm-5.0-dev, python
|
Recommends: llvm-5.0-dev, python
|
||||||
Suggests: gnustep, gnustep-devel, clang-5.0-doc, libomp-dev
|
Suggests: gnustep, gnustep-devel, clang-5.0-doc, libomp-dev
|
||||||
Replaces: clang-3.1, clang-3.2, clang-3.3,
|
Replaces: clang-include-fixer-5.0
|
||||||
clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt,
|
Breaks: clang-include-fixer-5.0
|
||||||
clang-include-fixer-5.0
|
Description: C, C++ and Objective-C compiler
|
||||||
Breaks: clang-3.1, clang-3.2, clang-3.3,
|
|
||||||
clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt,
|
|
||||||
clang-include-fixer-5.0
|
|
||||||
Description: C, C++ and Objective-C compiler (LLVM based)
|
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
|
Package: clang-tools-5.0
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-5.0 (= ${binary:Version})
|
||||||
|
Description: C, C++ and Objective-C compiler
|
||||||
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
|
GNU Compiler Collection (GCC).
|
||||||
|
.
|
||||||
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
|
provides most of the support of C++17.
|
||||||
|
.
|
||||||
|
This package contains some clang-based tools.
|
||||||
|
|
||||||
Package: clang-format-5.0
|
Package: clang-format-5.0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||||
libllvm5.0 (= ${binary:Version})
|
libllvm5.0 (= ${binary:Version})
|
||||||
Replaces: clang-format-3.3
|
|
||||||
Breaks: clang-format-3.3
|
|
||||||
Description: Tool to format C/C++/Obj-C code
|
Description: Tool to format C/C++/Obj-C code
|
||||||
Clang-format is both a library and a stand-alone tool with the goal of
|
Clang-format is both a library and a stand-alone tool with the goal of
|
||||||
automatically reformatting C++ sources files according to configurable
|
automatically reformatting C++ sources files according to configurable
|
||||||
@ -80,30 +85,29 @@ Package: clang-5.0-doc
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: doc
|
Section: doc
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: C, C++ and Objective-C compiler (LLVM based) - Documentation
|
Description: C, C++ and Objective-C compiler - Documentation
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
Package: libclang1-5.0
|
Package: libclang1-5.0
|
||||||
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: C interface to the clang library
|
Description: C interface to the clang library
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang library.
|
This package contains the clang library.
|
||||||
.
|
.
|
||||||
@ -117,16 +121,15 @@ Package: libclang1-5.0-dbg
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-5.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-5.0 (= ${binary:Version})
|
||||||
Description: clang library
|
Description: clang library (debug)
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the debugging symbols.
|
This package contains the debugging symbols.
|
||||||
|
|
||||||
@ -138,12 +141,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|||||||
libclang-common-5.0-dev (= ${binary:Version})
|
libclang-common-5.0-dev (= ${binary:Version})
|
||||||
Description: clang library - Development package
|
Description: clang library - Development package
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang headers to develop extensions over
|
This package contains the clang headers to develop extensions over
|
||||||
libclang1-5.0.
|
libclang1-5.0.
|
||||||
@ -154,12 +156,11 @@ Section: libdevel
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
||||||
Description: clang library - Common development package
|
Description: clang library - Common development package
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang generic headers and some libraries
|
This package contains the clang generic headers and some libraries
|
||||||
(profiling, etc).
|
(profiling, etc).
|
||||||
@ -190,18 +191,17 @@ Package: python-clang-5.0
|
|||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
||||||
Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7, python-clang-3.8, python-clang-3.9, python-clang-x.y
|
Replaces: python-clang-3.8, python-clang-3.9, python-clang-x.y
|
||||||
Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.7, python-clang-3.8, python-clang-3.9
|
Breaks: python-clang-3.8, python-clang-3.9
|
||||||
Conflicts: python-clang-x.y
|
Conflicts: python-clang-x.y
|
||||||
Provides: python-clang-x.y
|
Provides: python-clang-x.y
|
||||||
Description: Clang Python Bindings
|
Description: Clang Python Bindings
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This binding package provides access to the Clang compiler and libraries.
|
This binding package provides access to the Clang compiler and libraries.
|
||||||
|
|
||||||
@ -212,12 +212,11 @@ Section: doc
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Clang examples
|
Description: Clang examples
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang examples.
|
This package contains the clang examples.
|
||||||
|
|
||||||
@ -241,7 +240,7 @@ Description: Modular compiler and toolchain technologies, runtime library
|
|||||||
Package: libllvm5.0-dbg
|
Package: libllvm5.0-dbg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
@ -437,7 +436,7 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hp
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-5.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-5.0 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Description: LLVM-based linker, debugging libraries
|
Description: LLVM-based linker, debugging libraries
|
||||||
LLD is a new, high-performance linker. It is built as a set of reusable
|
LLD is a new, high-performance linker. It is built as a set of reusable
|
||||||
components which highly leverage existing libraries in the larger LLVM
|
components which highly leverage existing libraries in the larger LLVM
|
||||||
@ -467,7 +466,6 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc al
|
|||||||
# ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed
|
# ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version}), llvm-5.0-dev,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version}), llvm-5.0-dev,
|
||||||
python-lldb-5.0
|
python-lldb-5.0
|
||||||
Conflicts: lldb-3.4, lldb-3.5
|
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: Next generation, high-performance debugger
|
Description: Next generation, high-performance debugger
|
||||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||||
@ -495,7 +493,7 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hp
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-5.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-5.0 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Description: Next generation, high-performance debugger, debugging libraries
|
Description: Next generation, high-performance debugger, debugging libraries
|
||||||
LLDB is a next generation, high-performance debugger. It is built as a set of
|
LLDB is a next generation, high-performance debugger. It is built as a set of
|
||||||
reusable components which highly leverage existing libraries in the larger LLVM
|
reusable components which highly leverage existing libraries in the larger LLVM
|
||||||
@ -509,8 +507,7 @@ Section: python
|
|||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe sh4 x32 mips mipsel arm64
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe sh4 x32 mips mipsel arm64
|
||||||
# ia64 mips mipsel hurd ppc64 ppc64el alpha s390x powerpc sparc64 have been removed
|
# ia64 mips mipsel hurd ppc64 ppc64el alpha s390x powerpc sparc64 have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-5.0-dev, python, python-six
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-5.0-dev, python, python-six
|
||||||
Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.7, python-lldb-3.8,
|
Conflicts: python-lldb-3.8, python-lldb-3.9, python-lldb-x.y
|
||||||
python-lldb-3.9, python-lldb-x.y
|
|
||||||
Replaces: python-lldb-x.y
|
Replaces: python-lldb-x.y
|
||||||
Provides: python-lldb-x.y
|
Provides: python-lldb-x.y
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
1
debian/lld-X.Y.manpages.in
vendored
1
debian/lld-X.Y.manpages.in
vendored
@ -1,2 +1 @@
|
|||||||
debian/man/ld.lld-@LLVM_VERSION@.1
|
debian/man/ld.lld-@LLVM_VERSION@.1
|
||||||
|
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -37,7 +37,6 @@ disable-llvm-symbolizer-test.diff
|
|||||||
clang-tidy-run-bin.diff
|
clang-tidy-run-bin.diff
|
||||||
#bug-30342.diff
|
#bug-30342.diff
|
||||||
fix-scan-view-path.diff
|
fix-scan-view-path.diff
|
||||||
#0011-SimplifyCFG-Hoisting-invalidates-metadata.patch
|
|
||||||
clang-fix-cmpxchg8-detection-on-i386.patch
|
clang-fix-cmpxchg8-detection-on-i386.patch
|
||||||
lldb-addversion-suffix-to-llvm-server-exec.patch
|
lldb-addversion-suffix-to-llvm-server-exec.patch
|
||||||
lldb-missing-install.diff
|
lldb-missing-install.diff
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -34,7 +34,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc powerpcspe))
|
|||||||
LDFLAGS_EXTRA += -latomic
|
LDFLAGS_EXTRA += -latomic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Only enable gsplit dwarf on archs which needs it (32 bits)
|
# Only enable gsplit dwarf on archs which needs it (32 bits)
|
||||||
ifeq ($(DEB_HOST_ARCH_BITS),32)
|
ifeq ($(DEB_HOST_ARCH_BITS),32)
|
||||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.22.52.0.4 ; echo $$?),0)
|
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.22.52.0.4 ; echo $$?),0)
|
||||||
|
Loading…
Reference in New Issue
Block a user