X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..382cfb780ca9a40f80e3932544bd32aeccb66e5a:/packages/clang/dont-build-c-index-test.patch diff --git a/packages/clang/dont-build-c-index-test.patch b/packages/clang/dont-build-c-index-test.patch index 3f4ce0af..6558f9cf 100644 --- a/packages/clang/dont-build-c-index-test.patch +++ b/packages/clang/dont-build-c-index-test.patch @@ -1,11 +1,11 @@ diff -u -r ../orig-src/tools/clang/tools/CMakeLists.txt ./tools/clang/tools/CMakeLists.txt ---- ../orig-src/tools/clang/tools/CMakeLists.txt 2014-03-06 11:07:50.000000000 +0100 -+++ ./tools/clang/tools/CMakeLists.txt 2014-03-06 11:06:10.000000000 +0100 -@@ -3,7 +3,6 @@ - add_subdirectory(clang-format) - add_subdirectory(clang-format-vs) +--- ../orig-src/tools/clang/tools/CMakeLists.txt 2016-01-12 21:03:50.000000000 -0500 ++++ ./tools/clang/tools/CMakeLists.txt 2016-03-10 16:32:04.320055824 -0500 +@@ -6,7 +6,6 @@ + add_clang_subdirectory(clang-format-vs) + add_clang_subdirectory(clang-fuzzer) --add_subdirectory(c-index-test) - add_subdirectory(libclang) +-add_clang_subdirectory(c-index-test) + add_clang_subdirectory(libclang) if(CLANG_ENABLE_ARCMT)