summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-06-30 17:15:48 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-06-30 17:15:48 +0000
commit431c8af92fa985129de38f1dd237b1b05478eb9d (patch)
treeb3cf675a91d889742e1d29130581c30d26afe989 /tools
parent4c75105321fb6af6242d84703a29d3402fe2c625 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/clang-rename/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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