Fix named of a library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-10-10 22:50:31 +00:00
parent 420025b04f
commit 796aacf2e2

View File

@ -15,7 +15,7 @@ llc_SOURCES = llc.cpp
llc_LDADD = \
$(call GETOBJS,CWriter,PowerPC,SparcV9,X86,Skeleton,SelectionDAG) \
$(call GETOBJS,SparcV9RegAlloc,SparcV9Sched,CodeGen) \
$(call GETOBJS,SparcV9RegAlloc,SparcV9InstrSched,CodeGen) \
$(call GETLIBS,Target) \
$(call GETOBJS,SparcV9LiveVar) \
$(call GETLIBS,IPA,Transforms,ScalarOpts,Analysis,TransformUtils) \