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:
8c6ee66
)
We need the libLLVMArchive library now
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:23:31 +0000
(22:23 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 14 Nov 2004 22:23:31 +0000
(22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17792
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-ld/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvm-ld/Makefile
b/tools/llvm-ld/Makefile
index eae7d482c5eaa3bc9ce743d03b656956c296db6d..1baae4ad4799d597cd6e551f14456fc32d5c7335 100644
(file)
--- a/
tools/llvm-ld/Makefile
+++ b/
tools/llvm-ld/Makefile
@@
-10,8
+10,9
@@
LEVEL = ../..
TOOLNAME = llvm-ld
-USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
- LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
+ LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
+ LLVMArchive.a LLVMBCReader LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common