clang_2.9-14_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Fri Oct 7 21:03:52 UTC 2011
clang_2.9-14.debian.tar.gz
to main/c/clang/clang_2.9-14.debian.tar.gz
clang_2.9-14.dsc
to main/c/clang/clang_2.9-14.dsc
clang_2.9-14_amd64.deb
to main/c/clang/clang_2.9-14_amd64.deb
libclang-dev_2.9-14_amd64.deb
to main/c/clang/libclang-dev_2.9-14_amd64.deb
(new) libclang1_2.9-14_amd64.deb optional devel
clang library
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).
.
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Some of its goals include the following:
.
End-User Features:
.
* Fast compiles and low memory use
* Expressive diagnostics (examples)
* GCC compatibility
.
Utility and Applications:
.
* Modular library based architecture
* Support diverse clients (refactoring, static analysis, code
generation, etc)
* Allow tight integration with IDEs
* Use the LLVM 'BSD' License
.
Internal Design and Implementation:
.
* A real-world, production quality compiler
* A simple and hackable code base
* A single unified parser for C, Objective C, C++, and Objective C++
* Conformance with C/C++/ObjC and their variants
.
This package contains the clang library.
Changes: clang (2.9-14) unstable; urgency=low
.
* Rename libclang0 => libclang1
* Depends between libclang-dev => libclang1 added
Move libclang.so to libclang-dev (Closes: #643940)
* Fix some build issues
* Add /usr/lib/gcc/i486-linux-gnu/X.Y/include/stddef.h to the search
path for header (Closes: #643959)
* clang can now also build Objective C code (problems with header paths)
* Missing headers added in /usr/include/clang/ & /usr/include/clang-c/
Override entries for your package:
clang_2.9-14.dsc - source devel
clang_2.9-14_amd64.deb - optional devel
libclang-dev_2.9-14_amd64.deb - optional libdevel
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 643940 643959
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the Pkg-llvm-team
mailing list