Initial push
[termux-packages] / packages / clang / dont-build-c-index-test.patch
1 diff -u -r ../orig-src/tools/clang/tools/CMakeLists.txt ./tools/clang/tools/CMakeLists.txt
2 --- ../orig-src/tools/clang/tools/CMakeLists.txt 2014-03-06 11:07:50.000000000 +0100
3 +++ ./tools/clang/tools/CMakeLists.txt 2014-03-06 11:06:10.000000000 +0100
4 @@ -3,7 +3,6 @@
5 add_subdirectory(clang-format)
6 add_subdirectory(clang-format-vs)
7
8 -add_subdirectory(c-index-test)
9 add_subdirectory(libclang)
10
11 if(CLANG_ENABLE_ARCMT)