From: Teresa Johnson Date: Mon, 19 Oct 2015 15:21:46 +0000 (+0000) Subject: Fix required library for r250699 to BitWriter instead of BitReader. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=bf3fb711169f42be13f3800578d57e7e34d112e6 Fix required library for r250699 to BitWriter instead of BitReader. This should fix the mingw3 bot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250703 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-lto/CMakeLists.txt b/tools/llvm-lto/CMakeLists.txt index 6a35dd9a241..29b3339e6ce 100644 --- a/tools/llvm-lto/CMakeLists.txt +++ b/tools/llvm-lto/CMakeLists.txt @@ -1,6 +1,6 @@ set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} - BitReader + BitWriter Core LTO MC diff --git a/tools/llvm-lto/LLVMBuild.txt b/tools/llvm-lto/LLVMBuild.txt index a586db6d7f7..b36f4a98153 100644 --- a/tools/llvm-lto/LLVMBuild.txt +++ b/tools/llvm-lto/LLVMBuild.txt @@ -19,4 +19,4 @@ 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