Add linker into list of LINK_COMPONENTS.
authorDevang Patel <dpatel@apple.com>
Thu, 7 Sep 2006 21:36:55 +0000 (21:36 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 7 Sep 2006 21:36:55 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30159 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/Makefile

index c7befa44c108f66767ac89763ec2855d75c228f2..91732ff3efe4f190bd6074086f1b6dd27f63c927 100644 (file)
@@ -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