projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99c623
)
Add linker into list of LINK_COMPONENTS.
author
Devang Patel
<dpatel@apple.com>
Thu, 7 Sep 2006 21:36:55 +0000
(21:36 +0000)
committer
Devang 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
patch
|
blob
|
history
diff --git
a/tools/lto/Makefile
b/tools/lto/Makefile
index c7befa44c108f66767ac89763ec2855d75c228f2..91732ff3efe4f190bd6074086f1b6dd27f63c927 100644
(file)
--- 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