From 18583eaa2c6fa769ce80605422fa10a60d353af7 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 2 Dec 2019 17:06:08 +0300 Subject: Import llvm-toolchain-8 (1:8.0.1-4) --- debian/patches/install-scan-build-py.diff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/patches/install-scan-build-py.diff (limited to 'debian/patches/install-scan-build-py.diff') diff --git a/debian/patches/install-scan-build-py.diff b/debian/patches/install-scan-build-py.diff new file mode 100644 index 0000000..95543fd --- /dev/null +++ b/debian/patches/install-scan-build-py.diff @@ -0,0 +1,16 @@ +--- + clang/tools/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +Index: llvm-toolchain-snapshot_8~svn350922/clang/tools/CMakeLists.txt +=================================================================== +--- llvm-toolchain-snapshot_8~svn350922.orig/clang/tools/CMakeLists.txt ++++ llvm-toolchain-snapshot_8~svn350922/clang/tools/CMakeLists.txt +@@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER) + add_clang_subdirectory(clang-check) + add_clang_subdirectory(clang-extdef-mapping) + add_clang_subdirectory(scan-build) ++ add_clang_subdirectory(scan-build-py) + add_clang_subdirectory(scan-view) + endif() + -- cgit v1.2.3