mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 10:00:43 +00:00
Ship libclang-cpp1-9 as a new package
This commit is contained in:
parent
27d2c87d8e
commit
3c176e9337
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:9~svn366001-1~exp1) experimental; urgency=medium
|
|||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
* liblldb.a has been removed
|
* liblldb.a has been removed
|
||||||
|
* Ship libclang-cpp1-9 as a new package
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 13 Jul 2019 15:31:59 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 13 Jul 2019 15:31:59 +0200
|
||||||
|
|
||||||
|
21
debian/control
vendored
21
debian/control
vendored
@ -154,6 +154,27 @@ Description: Clang library - Common development package
|
|||||||
This package contains the Clang generic headers and some libraries
|
This package contains the Clang generic headers and some libraries
|
||||||
(profiling, etc).
|
(profiling, etc).
|
||||||
|
|
||||||
|
Package: libclang-cpp1-9
|
||||||
|
Section: libs
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
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 C++ library.
|
||||||
|
.
|
||||||
|
The C++ Interface to Clang provides an 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: libfuzzer-9-dev
|
Package: libfuzzer-9-dev
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
|
1
debian/libclang-cpp1-X.Y.install.in
vendored
Normal file
1
debian/libclang-cpp1-X.Y.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
libclang-cpp.so.@LLVM_VERSION@ /usr/lib/@DEB_HOST_MULTIARCH@/
|
Loading…
Reference in New Issue
Block a user