termux-packages/packages/clang/dont-build-c-index-test.patch

12 lines
446 B
Diff
Raw Normal View History

2015-06-13 01:03:31 +02:00
diff -u -r ../orig-src/tools/clang/tools/CMakeLists.txt ./tools/clang/tools/CMakeLists.txt
2016-03-11 00:19:59 +01:00
--- ../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)
2015-06-13 01:03:31 +02:00
2016-03-11 00:19:59 +01:00
-add_clang_subdirectory(c-index-test)
add_clang_subdirectory(libclang)
2015-06-13 01:03:31 +02:00
if(CLANG_ENABLE_ARCMT)