r227453 - Temporarily reverting the fuzzer library as it causes too many build issues for MSVC users. This reverts: 227354

Aaron Ballman aaron at aaronballman.com
Thu Jan 29 07:49:46 PST 2015


Author: aaronballman
Date: Thu Jan 29 09:49:46 2015
New Revision: 227453

URL: http://llvm.org/viewvc/llvm-project?rev=227453&view=rev
Log:
Temporarily reverting the fuzzer library as it causes too many build issues for MSVC users. This reverts: 227354

Removed:
    cfe/trunk/tools/clang-format/fuzzer/
Modified:
    cfe/trunk/tools/clang-format/CMakeLists.txt

Modified: cfe/trunk/tools/clang-format/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/CMakeLists.txt?rev=227453&r1=227452&r2=227453&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/CMakeLists.txt (original)
+++ cfe/trunk/tools/clang-format/CMakeLists.txt Thu Jan 29 09:49:46 2015
@@ -4,19 +4,13 @@ add_clang_executable(clang-format
   ClangFormat.cpp
   )
 
-set(CLANG_FORMAT_LIB_DEPS
+target_link_libraries(clang-format
   clangBasic
   clangFormat
   clangRewrite
   clangToolingCore
   )
 
-target_link_libraries(clang-format
-  ${CLANG_FORMAT_LIB_DEPS}
-  )
-
-add_subdirectory(fuzzer)
-
 install(TARGETS clang-format RUNTIME DESTINATION bin)
 install(PROGRAMS clang-format-bbedit.applescript DESTINATION share/clang)
 install(PROGRAMS clang-format-diff.py DESTINATION share/clang)





More information about the cfe-commits mailing list