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:
b55bc06
)
bugpoint needs LLVMLinker.a now.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:23:18 +0000
(23:23 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:23:18 +0000
(23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17804
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/Makefile
patch
|
blob
|
history
diff --git
a/tools/bugpoint/Makefile
b/tools/bugpoint/Makefile
index e3addbdb2662b1efa5f483b865f19ff809d89c16..dbd8fa8379b235704fe26392603519d027b173ef 100644
(file)
--- a/
tools/bugpoint/Makefile
+++ b/
tools/bugpoint/Makefile
@@
-14,8
+14,9
@@
OPTLIBS = LLVMTransforms LLVMInstrumentation LLVMProfilePaths
ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a
USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
- LLVMTransformUtils LLVMAsmParser LLVMBCReader LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMSystem.a
+ LLVMTransformUtils \
+ LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMSystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)