Author: arphaman
Date: Thu Sep 14 03:46:29 2017
New Revision: 313252

URL: http://llvm.org/viewvc/llvm-project?rev=313252&view=rev
Log:
Link clang-refactor with clangFormat

This is an attempt to fix
http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage after r313244.

Modified:
    cfe/trunk/tools/clang-refactor/CMakeLists.txt

Modified: cfe/trunk/tools/clang-refactor/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-refactor/CMakeLists.txt?rev=313252&r1=313251&r2=313252&view=diff
==============================================================================
--- cfe/trunk/tools/clang-refactor/CMakeLists.txt (original)
+++ cfe/trunk/tools/clang-refactor/CMakeLists.txt Thu Sep 14 03:46:29 2017
@@ -11,6 +11,7 @@ add_clang_executable(clang-refactor
 target_link_libraries(clang-refactor
   clangAST
   clangBasic
+  clangFormat
   clangFrontend
   clangLex
   clangRewrite


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to