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:
7c6201f
)
Convert to new library names.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 28 Oct 2004 03:50:43 +0000
(
03:50
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 28 Oct 2004 03:50:43 +0000
(
03:50
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17292
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 6d9b76abc8842016a86acf9f315d0ba3006eb69b..eae7d482c5eaa3bc9ce743d03b656956c296db6d 100644
(file)
--- a/
tools/llvm-ld/Makefile
+++ b/
tools/llvm-ld/Makefile
@@
-10,7
+10,8
@@
LEVEL = ../..
TOOLNAME = llvm-ld
-USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
- target.a bcreader bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
+ LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
+ LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common