From: Alex Lorenz Date: Fri, 30 Jun 2017 17:15:48 +0000 (+0000) Subject: Attempt to fix the linkage error caused by r306840 on the mingw-RA-on-linux bot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=431c8af92fa985129de38f1dd237b1b05478eb9d;p=clang Attempt to fix the linkage error caused by r306840 on the mingw-RA-on-linux bot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-rename/CMakeLists.txt b/tools/clang-rename/CMakeLists.txt index f6a4f49f7a..771e3bdea6 100644 --- a/tools/clang-rename/CMakeLists.txt +++ b/tools/clang-rename/CMakeLists.txt @@ -1,3 +1,8 @@ +set(LLVM_LINK_COMPONENTS + Option + Support + ) + add_clang_executable(clang-rename ClangRename.cpp) target_link_libraries(clang-rename