Fix required library for r250699 to BitWriter instead of BitReader.
authorTeresa Johnson <tejohnson@google.com>
Mon, 19 Oct 2015 15:21:46 +0000 (15:21 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 19 Oct 2015 15:21:46 +0000 (15:21 +0000)
This should fix the mingw3 bot failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250703 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/LLVMBuild.txt

index 6a35dd9a241fd1b9204f28be2fafd58b51ab30b6..29b3339e6cea04fbb1f40ed30e26c7af529258d8 100644 (file)
@@ -1,6 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
-  BitReader
+  BitWriter
   Core
   LTO
   MC
   Core
   LTO
   MC
index a586db6d7f799f4c45deb2e5a6ae357fd8e81051..b36f4a981532b55336a4954c388df426dab48acd 100644 (file)
@@ -19,4 +19,4 @@
 type = Tool
 name = llvm-lto
 parent = Tools
 type = Tool
 name = llvm-lto
 parent = Tools
-required_libraries = BitReader Core LTO Object Support all-targets
+required_libraries = BitWriter Core LTO Object Support all-targets