mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
Introduce lldb as a new package (Closes: #698601)
This commit is contained in:
parent
922c454f07
commit
b62aa31df8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -9,6 +9,7 @@ llvm-toolchain-3.2 (3.2-1) unstable; urgency=low
|
||||
(Closes: #696474)
|
||||
* libLLVM-3.2.so.1 is now shipped only once (Closes: #696913)
|
||||
* Enable RTTI (Closes: #697754)
|
||||
* Introduce lldb as a new package (Closes: #698601)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 07 Jan 2013 15:45:54 +0100
|
||||
|
||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -48,8 +48,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libstdc++6-4.7-dev, libgcc-4.7-dev,
|
||||
libobjc-4.7-dev, libclang-common-dev (= ${binary:Version})
|
||||
Provides: c-compiler, objc-compiler, c++-compiler
|
||||
Recommends: llvm-3.2-dev, python
|
||||
Replaces: clang (<< 3.1), clang-3.1
|
||||
Breaks: clang (<< 3.1), clang-3.1
|
||||
Replaces: clang (<< 3.1), clang-3.1, compiler-rt
|
||||
Breaks: clang (<< 3.1), clang-3.1, compiler-rt
|
||||
Description: C, C++ and Objective-C compiler (LLVM based)
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
for the LLVM compiler. Some of its goals include the following:
|
||||
@ -434,5 +434,7 @@ Package: lldb-3.2
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Debugger. Based on LLVM
|
||||
TODO
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user