mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 01:34:58 +00:00
Comment the llvm-X.Y-source package + add the Pre-Depends for the multiarch
This commit is contained in:
parent
5ad23215b6
commit
21c72ec4ca
33
debian/control
vendored
33
debian/control
vendored
@ -411,27 +411,28 @@ Description: Low-Level Virtual Machine (LLVM), examples
|
||||
This package contains examples for using LLVM, both in developing
|
||||
extensions to LLVM and in using it to compile code.
|
||||
|
||||
Package: llvm-3.2-source
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Low-Level Virtual Machine (LLVM), source code
|
||||
The Low-Level Virtual Machine (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 the llvm source code.
|
||||
# Package: llvm-3.2-source
|
||||
# Architecture: all
|
||||
# Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
# Description: Low-Level Virtual Machine (LLVM), source code
|
||||
# The Low-Level Virtual Machine (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 the llvm source code.
|
||||
|
||||
|
||||
|
||||
Package: lldb-3.2
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: Debugger. Based on LLVM
|
||||
TODO
|
||||
|
Loading…
Reference in New Issue
Block a user