From a6a3520f084d67f2d31b6afd8c89d0e9660c5144 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Thu, 11 Aug 2016 16:29:47 +0000 Subject: [PATCH] Add (hopefully last) remaining missing dependences to llvm-lto2 There are still a few missing symbols reported by: http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15535/steps/build_llvmclang/logs/stdio http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15535/steps/build_llvmclang/logs/stdio This should hopefully take care of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278353 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-lto2/CMakeLists.txt | 2 ++ tools/llvm-lto2/LLVMBuild.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/llvm-lto2/CMakeLists.txt b/tools/llvm-lto2/CMakeLists.txt index 732fad001f5d..17888b26c5c5 100644 --- a/tools/llvm-lto2/CMakeLists.txt +++ b/tools/llvm-lto2/CMakeLists.txt @@ -1,7 +1,9 @@ set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} Core + Linker LTO + MC Object Support Target diff --git a/tools/llvm-lto2/LLVMBuild.txt b/tools/llvm-lto2/LLVMBuild.txt index 66c4c127e95d..42b0b9e26cca 100644 --- a/tools/llvm-lto2/LLVMBuild.txt +++ b/tools/llvm-lto2/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Tool name = llvm-lto2 parent = Tools -required_libraries = Core LTO Object Support all-targets +required_libraries = Core Linker LTO MC Object Support all-targets