summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-09-07 21:36:55 +0000
committerDevang Patel <dpatel@apple.com>2006-09-07 21:36:55 +0000
commit76ed7b1cf5d3f70b28753d4f0f39a7a4cc956a64 (patch)
tree7214e5ae0c2135c59c3ae786a536b98e024084e9 /tools/lto/Makefile
parente99c623e75a4d72061798b6266496ede66226d30 (diff)
downloadllvm-76ed7b1cf5d3f70b28753d4f0f39a7a4cc956a64.tar.gz
llvm-76ed7b1cf5d3f70b28753d4f0f39a7a4cc956a64.tar.bz2
llvm-76ed7b1cf5d3f70b28753d4f0f39a7a4cc956a64.tar.xz
Add linker into list of LINK_COMPONENTS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30159 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/Makefile')
-rw-r--r--tools/lto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile
index c7befa44c1..91732ff3ef 100644
--- a/tools/lto/Makefile
+++ b/tools/lto/Makefile
@@ -20,7 +20,7 @@ DONT_BUILD_RELINKED = 1
# early so we can set up LINK_COMPONENTS before includeing Makefile.rules
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts bcreader bcwriter
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bcreader bcwriter
include $(LEVEL)/Makefile.common