diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-08-11 16:29:47 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-08-11 16:29:47 +0000 |
| commit | 27ce11617500100bab0158c5aa3fe561634d5128 (patch) | |
| tree | ac35bf565b1b55ca551cabce1082088cfd9a06f4 /llvm/tools/llvm-lto2 | |
| parent | a782f16acecea9e1c2aa56a79038826193c8c777 (diff) | |
| download | bcm5719-llvm-27ce11617500100bab0158c5aa3fe561634d5128.tar.gz bcm5719-llvm-27ce11617500100bab0158c5aa3fe561634d5128.zip | |
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.
llvm-svn: 278353
Diffstat (limited to 'llvm/tools/llvm-lto2')
| -rw-r--r-- | llvm/tools/llvm-lto2/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | llvm/tools/llvm-lto2/LLVMBuild.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/llvm-lto2/CMakeLists.txt b/llvm/tools/llvm-lto2/CMakeLists.txt index 732fad001f5..17888b26c5c 100644 --- a/llvm/tools/llvm-lto2/CMakeLists.txt +++ b/llvm/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/llvm/tools/llvm-lto2/LLVMBuild.txt b/llvm/tools/llvm-lto2/LLVMBuild.txt index 66c4c127e95..42b0b9e26cc 100644 --- a/llvm/tools/llvm-lto2/LLVMBuild.txt +++ b/llvm/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 |

