mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-04 20:10:15 +00:00
rebase of the patch
This commit is contained in:
parent
78658c0cd0
commit
fc69b870fe
10
debian/patches/install-scan-build-py.diff
vendored
10
debian/patches/install-scan-build-py.diff
vendored
@ -2,11 +2,13 @@
|
||||
clang/tools/CMakeLists.txt | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- a/clang/tools/CMakeLists.txt
|
||||
+++ b/clang/tools/CMakeLists.txt
|
||||
@@ -17,6 +17,7 @@ endif()
|
||||
if(CLANG_ENABLE_STATIC_ANALYZER)
|
||||
Index: llvm-toolchain-snapshot_6.0~svn314025/clang/tools/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_6.0~svn314025.orig/clang/tools/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_6.0~svn314025/clang/tools/CMakeLists.txt
|
||||
@@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER)
|
||||
add_clang_subdirectory(clang-check)
|
||||
add_clang_subdirectory(clang-func-mapping)
|
||||
add_clang_subdirectory(scan-build)
|
||||
+ add_clang_subdirectory(scan-build-py)
|
||||
add_clang_subdirectory(scan-view)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user