From: Alex Lorenz Date: Thu, 14 Sep 2017 10:38:04 +0000 (+0000) Subject: Link clang-refactor with clangAST and clangLex X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d0ddfb9218c5577e5f86054d90d0cf765dad29b;p=clang Link clang-refactor with clangAST and clangLex This is an attempt to fix http://bb.pgr.jp/builders/clang-i686-linux-RA/ after r313244. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313249 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-refactor/CMakeLists.txt b/tools/clang-refactor/CMakeLists.txt index 27217c11ac..61a74e6778 100644 --- a/tools/clang-refactor/CMakeLists.txt +++ b/tools/clang-refactor/CMakeLists.txt @@ -9,8 +9,10 @@ add_clang_executable(clang-refactor ) target_link_libraries(clang-refactor + clangAST clangBasic clangFrontend + clangLex clangRewrite clangTooling clangToolingCore