mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 16:20:38 +00:00
Install usr/lib/llvm-9/lib/SampleAnalyzerPlugin.so usr/lib/llvm-9/lib/CheckerDependencyHandlingAnalyzerPlugin.so in libclang-9-dev
This commit is contained in:
parent
398e298961
commit
5974e4fe99
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,14 +1,5 @@
|
||||
llvm-toolchain-snapshot (1:9~svn358688-1~exp1) experimental; urgency=medium
|
||||
|
||||
<<<<<<<
|
||||
* New snapshot release
|
||||
* remove debian/patches/reproducible-pch.diff
|
||||
done upstream
|
||||
* No longer install lldb-test (disable upstream in 358574)
|
||||
* Install lit-cpuid in llvm-9-tools
|
||||
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl to the list of symbols
|
||||
* Use thinlto for the build
|
||||
=======
|
||||
* New snapshot release
|
||||
* remove debian/patches/reproducible-pch.diff
|
||||
done upstream
|
||||
@ -16,7 +7,9 @@ llvm-toolchain-snapshot (1:9~svn358688-1~exp1) experimental; urgency=medium
|
||||
* Install lit-cpuid in llvm-9-tools
|
||||
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl and
|
||||
clang_Cursor_isInlineNamespace to the list of symbols
|
||||
>>>>>>>
|
||||
* Install usr/lib/llvm-9/lib/SampleAnalyzerPlugin.so
|
||||
usr/lib/llvm-9/lib/CheckerDependencyHandlingAnalyzerPlugin.so
|
||||
in libclang-9-dev
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Apr 2019 19:05:45 +0200
|
||||
|
||||
|
2
debian/libclang-X.Y-dev.install.in
vendored
2
debian/libclang-X.Y-dev.install.in
vendored
@ -3,6 +3,8 @@ usr/lib/llvm-@LLVM_VERSION@/include/clang-c
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libclang*a
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libclang*so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libfindAllSymbols.a
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/SampleAnalyzerPlugin.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/CheckerDependencyHandlingAnalyzerPlugin.so
|
||||
|
||||
#usr/include/clang /usr/include/
|
||||
#usr/include/clang-c /usr/include/
|
||||
|
Loading…
Reference in New Issue
Block a user