mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 08:52:42 +00:00

to match the new lib name (Closes: #759538) * Rename liblldb.so to liblldb-3.4.so + update of the soname. * python-clang-3.4 description updated * liblldb-3.4 and python-lldb-3.4 added * lldb-3.4-dev renamed to liblldb-3.4-dev to match the previous changes * Manpages for llvm-ranlib, clang-apply-replacements, pp-trace and clang-tidy added * clang-3.4 should depends on binutils (for ld, at least) (Closes: #751030)
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
* add the support of libclang in llvm default (for now, it is
|
|
called libclang1-3.3.so)
|
|
|
|
* move the header at the right place in libclang-dev
|
|
|
|
* bootstrap of clang with itself
|