chiark / gitweb /
clang: Update from 3.7.1 to 3.8.0
[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        2016-01-12 21:03:50.000000000 -0500
3 +++ ./tools/clang/tools/CMakeLists.txt  2016-03-10 16:32:04.320055824 -0500
4 @@ -6,7 +6,6 @@
5  add_clang_subdirectory(clang-format-vs)
6  add_clang_subdirectory(clang-fuzzer)
7  
8 -add_clang_subdirectory(c-index-test)
9  add_clang_subdirectory(libclang)
10  
11  if(CLANG_ENABLE_ARCMT)