mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Remove a now-unneeded library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23942 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71478a09b5
commit
ad62eef794
@ -10,7 +10,7 @@ LEVEL = ../..
|
||||
|
||||
TOOLNAME = bugpoint
|
||||
|
||||
OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a LLVMProfilePaths
|
||||
OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a
|
||||
ANALIBS = LLVMDataStructure LLVMipa.a LLVMTarget.a
|
||||
|
||||
USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \
|
||||
|
@ -9,7 +9,7 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
|
||||
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a LLVMProfilePaths \
|
||||
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
|
||||
LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
|
||||
LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
|
||||
LLVMbzip2 LLVMSystem.a
|
||||
|
Loading…
Reference in New Issue
Block a user