OSDN Git Service

llvm-rc: Fixup for r308940. This should use LLVMSupport.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Jul 2017 00:51:40 +0000 (00:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Jul 2017 00:51:40 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308941 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-rc/CMakeLists.txt

index f2ed9bc..40f88bc 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   Option
+  Support
   )
 
 set(LLVM_TARGET_DEFINITIONS Opts.td)