summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto/CMakeLists.txt
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-10-19 14:30:44 +0000
committerTeresa Johnson <tejohnson@google.com>2015-10-19 14:30:44 +0000
commit91a88bba0ee55edb50d9f3b396da90bc8a917627 (patch)
tree38d976459bf1586cf20b39c9aef2ab549914fa6d /llvm/tools/llvm-lto/CMakeLists.txt
parent335332329be2df4fe9808d4635de73690e191f1f (diff)
downloadbcm5719-llvm-91a88bba0ee55edb50d9f3b396da90bc8a917627.tar.gz
bcm5719-llvm-91a88bba0ee55edb50d9f3b396da90bc8a917627.zip
llvm-lto support for generating combined function indexes
Summary: This patch adds support to llvm-lto that mirrors the support added by r249270 to the gold plugin. This enables better testing of combined index generation for ThinLTO. Added a new test, and this support will be used in the test in D13515. Reviewers: joker.eph Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D13847 llvm-svn: 250699
Diffstat (limited to 'llvm/tools/llvm-lto/CMakeLists.txt')
-rw-r--r--llvm/tools/llvm-lto/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-lto/CMakeLists.txt b/llvm/tools/llvm-lto/CMakeLists.txt
index 3ea1aeea9a4..6a35dd9a241 100644
--- a/llvm/tools/llvm-lto/CMakeLists.txt
+++ b/llvm/tools/llvm-lto/CMakeLists.txt
@@ -1,7 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ BitReader
+ Core
LTO
MC
+ Object
Support
Target
)
OpenPOWER on IntegriCloud