~ubuntu-branches/ubuntu/quantal/llvm-3.0/quantal

« back to all changes in this revision

Viewing changes to debian/control.in/llvm-examples

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-10 19:30:19 UTC
  • Revision ID: package-import@ubuntu.com-20111110193019-91uxx0q6nzfyxghd
Tags: 3.0~svn143999-1
* New upstream release (based on the svn until the official release is published)
* Patches work from debian/patches:
  - 0003-Debian-version-info-and-bugreport.patch: Refresh.
  - 0008-path-eraseFromDisk.patch: Refresh.
  - 0009-Fix-doclinks.patch: Refresh.
  - 0011-Hurd-fixes.patch: Refresh.
  - 0021-shared-lib-debian.patch: Refresh.
  - 0031-mips-version-script.patch: Refresh.
  - 0004-Pretend-final-release.patch: Remove.
  - 0005-Disable-llvm-stub.patch: Remove.
  - 0019-issue6065.patch: Remove.
  - 0034-kfreebsd.patch: Remove.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Package: llvm-@UVERSION@-examples
 
2
Section: doc
 
3
Architecture: all
 
4
Depends: ${misc:Depends}, llvm-@UVERSION@-dev (>= ${source:Version}), llvm-@UVERSION@-dev (<< ${source:Version}+c~)
 
5
Description: Low-Level Virtual Machine (LLVM), examples
 
6
 The Low-Level Virtual Machine (LLVM) is a collection of libraries and
 
7
 tools that make it easy to build compilers, optimizers, Just-In-Time
 
8
 code generators, and many other compiler-related programs. LLVM
 
9
 uses a single, language-independent virtual instruction set both
 
10
 as an offline code representation (to communicate code between
 
11
 compiler phases and to run-time systems) and as the compiler internal
 
12
 representation (to analyze and transform programs). This persistent
 
13
 code representation allows a common set of sophisticated compiler
 
14
 techniques to be applied at compile-time, link-time, install-time,
 
15
 run-time, or "idle-time" (between program runs).
 
16
 .
 
17
 This package contains examples for using LLVM, both in developing
 
18
 extensions to LLVM and in using it to compile code.
 
19