mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 07:28:23 +00:00

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
536 lines
23 KiB
Plaintext
536 lines
23 KiB
Plaintext
Source: llvm-toolchain-5.0
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
|
|
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
|
|
Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
|
cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9),
|
|
lsb-release, patchutils, diffstat, xz-utils, python-dev,
|
|
libedit-dev, libncurses5-dev, swig, python-six, python-sphinx, binutils-dev,
|
|
libjsoncpp-dev, pkg-config,
|
|
lcov, procps, help2man, zlib1g-dev,
|
|
g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32],
|
|
# ocaml-nox [amd64 arm64 armel armhf i386],
|
|
# ocaml-findlib [amd64 arm64 armel armhf i386],
|
|
# libctypes-ocaml-dev [amd64 arm64 armel armhf i386],
|
|
# dh-ocaml [amd64 arm64 armel armhf i386],
|
|
Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev
|
|
Standards-Version: 4.1.0
|
|
Homepage: http://www.llvm.org/
|
|
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/branches/5.0/
|
|
Vcs-Browser: https://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/5.0/
|
|
|
|
# ------------- clang -------------
|
|
|
|
Package: clang-5.0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|
${dep:devlibs-objc}, libclang-common-5.0-dev (= ${binary:Version}),
|
|
libclang1-5.0 (= ${binary:Version}), libc6-dev, binutils
|
|
Provides: c-compiler, objc-compiler, c++-compiler
|
|
Recommends: llvm-5.0-dev, python
|
|
Suggests: gnustep, gnustep-devel, clang-5.0-doc, libomp-dev
|
|
Replaces: clang-include-fixer-5.0
|
|
Breaks: clang-include-fixer-5.0
|
|
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.
|
|
|
|
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
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
|
libllvm5.0 (= ${binary:Version})
|
|
Description: Tool to format C/C++/Obj-C code
|
|
Clang-format is both a library and a stand-alone tool with the goal of
|
|
automatically reformatting C++ sources files according to configurable
|
|
style guides. To do so, clang-format uses Clang's Lexer to transform an
|
|
input file into a token stream and then changes all the whitespace around
|
|
those tokens. The goal is for clang-format to both serve both as a user
|
|
tool (ideally with powerful IDE integrations) and part of other
|
|
refactoring tools, e.g. to do a reformatting of all the lines changed
|
|
during a renaming.
|
|
.
|
|
This package also provides vim and emacs plugins.
|
|
|
|
Package: clang-tidy-5.0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
|
libllvm5.0 (= ${binary:Version})
|
|
Replaces: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
|
|
Breaks: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
|
|
Description: clang-based C++ linter tool
|
|
Provide an extensible framework for diagnosing and fixing typical programming
|
|
errors, like style violations, interface misuse, or bugs that can be deduced
|
|
via static analysis. clang-tidy is modular and provides a convenient interface
|
|
for writing new checks.
|
|
|
|
Package: clang-5.0-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: C, C++ and Objective-C compiler - Documentation
|
|
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 the documentation.
|
|
|
|
Package: libclang1-5.0
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Multi-Arch: same
|
|
Description: C interface to the clang library
|
|
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 the clang library.
|
|
.
|
|
The C Interface to Clang provides a relatively small API that exposes
|
|
facilities for parsing source code into an abstract syntax tree (AST),
|
|
loading already-parsed ASTs, traversing the AST, associating physical source
|
|
locations with elements within the AST, and other facilities that support
|
|
Clang-based development tools.
|
|
|
|
Package: libclang1-5.0-dbg
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Section: debug
|
|
Priority: optional
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-5.0 (= ${binary:Version})
|
|
Description: clang library (debug)
|
|
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 the debugging symbols.
|
|
|
|
Package: libclang-5.0-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|
${dep:devlibs-objc}, libclang1-5.0 (= ${binary:Version}),
|
|
libclang-common-5.0-dev (= ${binary:Version})
|
|
Description: clang library - Development package
|
|
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 the clang headers to develop extensions over
|
|
libclang1-5.0.
|
|
|
|
Package: libclang-common-5.0-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
|
Description: clang library - Common development package
|
|
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 the clang generic headers and some libraries
|
|
(profiling, etc).
|
|
|
|
|
|
Package: libfuzzer-5.0-dev
|
|
Architecture: linux-any
|
|
Section: libdevel
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-5.0 (= ${binary:Version})
|
|
Description: Library for coverage-guided fuzz testing
|
|
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
|
|
of other libraries.
|
|
.
|
|
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
|
|
all of its fuzzing inside a single process. This in-process fuzzing can be
|
|
more restrictive and fragile, but is potentially much faster as there is no
|
|
overhead for process start-up.
|
|
.
|
|
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
|
|
the library via a specific fuzzing entrypoint (aka 'target function'); the
|
|
fuzzer then tracks which areas of the code are reached, and generates mutations
|
|
on the corpus of input data in order to maximize the code coverage. The code
|
|
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
|
|
instrumentation.
|
|
|
|
|
|
Package: python-clang-5.0
|
|
Section: python
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
|
Replaces: python-clang-3.8, python-clang-3.9, python-clang-x.y
|
|
Breaks: python-clang-3.8, python-clang-3.9
|
|
Conflicts: python-clang-x.y
|
|
Provides: python-clang-x.y
|
|
Description: Clang Python Bindings
|
|
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 binding package provides access to the Clang compiler and libraries.
|
|
|
|
|
|
Package: clang-5.0-examples
|
|
Architecture: any
|
|
Section: doc
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Clang examples
|
|
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 the clang examples.
|
|
|
|
# ------------- LLVM -------------
|
|
|
|
Package: libllvm5.0
|
|
Architecture: any
|
|
Section: libs
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Multi-Arch: same
|
|
Breaks: libllvm3.9v4
|
|
Replaces: libllvm3.9v4
|
|
Description: Modular compiler and toolchain technologies, runtime library
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
This package contains the LLVM runtime library.
|
|
|
|
Package: libllvm5.0-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: optional
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Multi-Arch: same
|
|
Breaks: libllvm3.9v4-dbg
|
|
Replaces: libllvm3.9v4-dbg
|
|
Description: Modular compiler and toolchain technologies, debugging libraries
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
This package contains the LLVM runtime library debug symbols.
|
|
|
|
Package: llvm-5.0
|
|
Architecture: any
|
|
Suggests: llvm-5.0-doc
|
|
Depends: llvm-5.0-runtime (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Recommends: llvm-5.0-dev
|
|
Description: Modular compiler and toolchain technologies
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
LLVM uses a single, language-independent virtual instruction set both
|
|
as an offline code representation (to communicate code between
|
|
compiler phases and to run-time systems) and as the compiler internal
|
|
representation (to analyze and transform programs). This persistent
|
|
code representation allows a common set of sophisticated compiler
|
|
techniques to be applied at compile-time, link-time, install-time,
|
|
run-time, or "idle-time" (between program runs).
|
|
.
|
|
The strengths of the LLVM infrastructure are its extremely
|
|
simple design (which makes it easy to understand and use),
|
|
source-language independence, powerful mid-level optimizer, automated
|
|
compiler debugging support, extensibility, and its stability and
|
|
reliability. LLVM is currently being used to host a wide variety of
|
|
academic research projects and commercial projects. LLVM includes C
|
|
and C++ front-ends, a front-end for a Forth-like language (Stacker),
|
|
a young scheme front-end, and Java support is in development. LLVM can
|
|
generate code for X86, SparcV9, PowerPC or many other architectures.
|
|
|
|
Package: llvm-5.0-runtime
|
|
Architecture: any
|
|
Depends: binfmt-support, ${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: llvm (<< 2.7-1)
|
|
Replaces: llvm (<< 2.7-1)
|
|
Description: Modular compiler and toolchain technologies, IR interpreter
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
LLVM uses a single, language-independent virtual instruction set both
|
|
as an offline code representation (to communicate code between
|
|
compiler phases and to run-time systems) and as the compiler internal
|
|
representation (to analyze and transform programs). This persistent
|
|
code representation allows a common set of sophisticated compiler
|
|
techniques to be applied at compile-time, link-time, install-time,
|
|
run-time, or "idle-time" (between program runs).
|
|
.
|
|
This package provides the minimal required to execute programs in LLVM
|
|
format.
|
|
|
|
Package: llvm-5.0-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, libffi-dev (>= 3.0.9), ${misc:Depends},
|
|
llvm-5.0 (= ${binary:Version}), libllvm5.0 (= ${binary:Version}), libtinfo-dev
|
|
Replaces: llvm (<< 2.2-3)
|
|
Description: Modular compiler and toolchain technologies, libraries and headers
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
LLVM uses a single, language-independent virtual instruction set both
|
|
as an offline code representation (to communicate code between
|
|
compiler phases and to run-time systems) and as the compiler internal
|
|
representation (to analyze and transform programs). This persistent
|
|
code representation allows a common set of sophisticated compiler
|
|
techniques to be applied at compile-time, link-time, install-time,
|
|
run-time, or "idle-time" (between program runs).
|
|
.
|
|
This package provides the libraries and headers to develop applications
|
|
using llvm.
|
|
|
|
Package: llvm-5.0-tools
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
|
llvm-5.0-dev (= ${binary:Version})
|
|
Description: Modular compiler and toolchain technologies, tools
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
LLVM uses a single, language-independent virtual instruction set both
|
|
as an offline code representation (to communicate code between
|
|
compiler phases and to run-time systems) and as the compiler internal
|
|
representation (to analyze and transform programs). This persistent
|
|
code representation allows a common set of sophisticated compiler
|
|
techniques to be applied at compile-time, link-time, install-time,
|
|
run-time, or "idle-time" (between program runs).
|
|
.
|
|
This package provides tools for testing.
|
|
|
|
# Package: libllvm-5.0-ocaml-dev
|
|
# Section: ocaml
|
|
# Architecture: amd64 arm64 armel armhf i386
|
|
# Suggests: llvm-5.0-doc
|
|
# Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-5.0-dev (= ${binary:Version})
|
|
# Replaces: libllvm-x.y-ocaml-dev
|
|
# Conflicts: libllvm-x.y-ocaml-dev
|
|
# Provides: ${ocaml:Provides}, libllvm-x.y-ocaml-dev
|
|
# Description: Modular compiler and toolchain technologies, OCaml bindings
|
|
# LLVM is a collection of libraries and tools that make it easy to build
|
|
# compilers, optimizers, just-in-time code generators, and many other
|
|
# compiler-related programs.
|
|
# .
|
|
# LLVM uses a single, language-independent virtual instruction set both
|
|
# as an offline code representation (to communicate code between
|
|
# compiler phases and to run-time systems) and as the compiler internal
|
|
# representation (to analyze and transform programs). This persistent
|
|
# code representation allows a common set of sophisticated compiler
|
|
# techniques to be applied at compile-time, link-time, install-time,
|
|
# run-time, or "idle-time" (between program runs).
|
|
# .
|
|
# This package provides the OCaml bindings to develop applications using llvm.
|
|
|
|
Package: llvm-5.0-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
|
|
Description: Modular compiler and toolchain technologies, documentation
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
LLVM uses a single, language-independent virtual instruction set both
|
|
as an offline code representation (to communicate code between
|
|
compiler phases and to run-time systems) and as the compiler internal
|
|
representation (to analyze and transform programs). This persistent
|
|
code representation allows a common set of sophisticated compiler
|
|
techniques to be applied at compile-time, link-time, install-time,
|
|
run-time, or "idle-time" (between program runs).
|
|
.
|
|
This package contains all documentation (extensive).
|
|
|
|
Package: llvm-5.0-examples
|
|
Section: doc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, llvm-5.0-dev (>= ${source:Version}), llvm-5.0-dev (<< ${source:Version}+c~)
|
|
Description: Modular compiler and toolchain technologies, examples
|
|
LLVM is a collection of libraries and tools that make it easy to build
|
|
compilers, optimizers, just-in-time code generators, and many other
|
|
compiler-related programs.
|
|
.
|
|
LLVM uses a single, language-independent virtual instruction set both
|
|
as an offline code representation (to communicate code between
|
|
compiler phases and to run-time systems) and as the compiler internal
|
|
representation (to analyze and transform programs). This persistent
|
|
code representation allows a common set of sophisticated compiler
|
|
techniques to be applied at compile-time, link-time, install-time,
|
|
run-time, or "idle-time" (between program runs).
|
|
.
|
|
This package contains examples for using LLVM, both in developing
|
|
extensions to LLVM and in using it to compile code.
|
|
|
|
|
|
# ------------- lld -------------
|
|
|
|
Package: lld-5.0
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
|
# ia64 mips mipsel hurd powerpc ppc64el have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version}), llvm-5.0-dev
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: LLVM-based linker
|
|
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
|
|
Project.
|
|
|
|
Package: liblld-5.0
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
|
# ia64 mips mipsel hurd powerpc ppc64el have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Section: libs
|
|
Description: LLVM-based linker, library
|
|
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
|
|
Project.
|
|
.
|
|
This package contains the LLD runtime library.
|
|
|
|
Package: liblld-5.0-dbg
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
|
# ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-5.0 (= ${binary:Version})
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Section: debug
|
|
Priority: optional
|
|
Description: LLVM-based linker, debugging libraries
|
|
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
|
|
Project.
|
|
.
|
|
This package contains the LLD runtime library debug symbols.
|
|
|
|
|
|
Package: liblld-5.0-dev
|
|
Section: libdevel
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
|
# ia64 mips mipsel hurd powerpc ppc64el have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-5.0 (= ${binary:Version})
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: LLVM-based linker, header files
|
|
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
|
|
Project.
|
|
.
|
|
This package provides the header files to build extension over lld.
|
|
|
|
|
|
# ------------- lldb -------------
|
|
|
|
Package: lldb-5.0
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe sh4 x32 mips mipsel arm64
|
|
# ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version}), llvm-5.0-dev,
|
|
python-lldb-5.0
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: Next generation, high-performance debugger
|
|
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
|
|
Project, such as the Clang expression parser and LLVM disassembler.
|
|
|
|
Package: liblldb-5.0
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe sh4 x32 mips mipsel arm64
|
|
# ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm5.0 (= ${binary:Version})
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Section: libs
|
|
Replaces: lldb-5.0 (<= 1:5.0~svn215195-2)
|
|
Breaks: lldb-5.0 (<< 1:5.0~svn215195-2)
|
|
Description: Next generation, high-performance debugger, library
|
|
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
|
|
Project, such as the Clang expression parser and LLVM disassembler.
|
|
.
|
|
This package contains the LLDB runtime library.
|
|
|
|
Package: liblldb-5.0-dbg
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe sh4 x32 mips mipsel arm64
|
|
# ia64 mips mipsel hurd ppc64el alpha s390x sparc64 powerpc ppc64 have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-5.0 (= ${binary:Version})
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Section: debug
|
|
Priority: optional
|
|
Description: Next generation, high-performance debugger, debugging libraries
|
|
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
|
|
Project, such as the Clang expression parser and LLVM disassembler.
|
|
.
|
|
This package contains the LLDB runtime library debug symbols.
|
|
|
|
|
|
Package: python-lldb-5.0
|
|
Section: python
|
|
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
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-5.0-dev, python, python-six
|
|
Conflicts: python-lldb-3.8, python-lldb-3.9, python-lldb-x.y
|
|
Replaces: python-lldb-x.y
|
|
Provides: python-lldb-x.y
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: Next generation, high-performance debugger, python lib
|
|
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
|
|
Project, such as the Clang expression parser and LLVM disassembler.
|
|
.
|
|
This binding package provides access to lldb.
|
|
|
|
|
|
Package: liblldb-5.0-dev
|
|
Section: libdevel
|
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe sh4 x32 mips mipsel arm64
|
|
# ia64 mips mipsel hurd powerpc ppc64 ppc64el sparc64 have been removed
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-5.0 (= ${binary:Version})
|
|
Replaces: lldb-5.0-dev (<= 1:5.0~svn215195-2)
|
|
Breaks: lldb-5.0-dev (<< 1:5.0~svn215195-2)
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: Next generation, high-performance debugger, header files
|
|
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
|
|
Project, such as the Clang expression parser and LLVM disassembler.
|
|
.
|
|
This package provides the header files to build extension over lldb.
|