mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 11:27:43 +00:00
rebase of the patch
This commit is contained in:
parent
782af7ddc7
commit
6151be9491
8
debian/patches/install-scan-build-py.diff
vendored
8
debian/patches/install-scan-build-py.diff
vendored
@ -2,13 +2,13 @@
|
|||||||
clang/tools/CMakeLists.txt | 1 +
|
clang/tools/CMakeLists.txt | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_6.0~svn314025/clang/tools/CMakeLists.txt
|
Index: llvm-toolchain-snapshot_8~svn350922/clang/tools/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_6.0~svn314025.orig/clang/tools/CMakeLists.txt
|
--- llvm-toolchain-snapshot_8~svn350922.orig/clang/tools/CMakeLists.txt
|
||||||
+++ llvm-toolchain-snapshot_6.0~svn314025/clang/tools/CMakeLists.txt
|
+++ llvm-toolchain-snapshot_8~svn350922/clang/tools/CMakeLists.txt
|
||||||
@@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER)
|
@@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER)
|
||||||
add_clang_subdirectory(clang-check)
|
add_clang_subdirectory(clang-check)
|
||||||
add_clang_subdirectory(clang-func-mapping)
|
add_clang_subdirectory(clang-extdef-mapping)
|
||||||
add_clang_subdirectory(scan-build)
|
add_clang_subdirectory(scan-build)
|
||||||
+ add_clang_subdirectory(scan-build-py)
|
+ add_clang_subdirectory(scan-build-py)
|
||||||
add_clang_subdirectory(scan-view)
|
add_clang_subdirectory(scan-view)
|
||||||
|
Loading…
Reference in New Issue
Block a user