]> granicus.if.org Git - clang/commitdiff
Attempt to fix the linkage error caused by r306840 on the mingw-RA-on-linux bot
authorAlex Lorenz <arphaman@gmail.com>
Fri, 30 Jun 2017 17:15:48 +0000 (17:15 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 30 Jun 2017 17:15:48 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306844 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-rename/CMakeLists.txt

index f6a4f49f7aafbf7f3ee41a487cec48139478caa6..771e3bdea6f013b72b534e4c65ad42d6b8d21b9e 100644 (file)
@@ -1,3 +1,8 @@
+set(LLVM_LINK_COMPONENTS
+  Option
+  Support
+  )
+
 add_clang_executable(clang-rename ClangRename.cpp)
 
 target_link_libraries(clang-rename