From: Vikram S. Adve Date: Mon, 16 Sep 2002 16:36:13 +0000 (+0000) Subject: Change several entries to use the .o instead of .a to expose pass options. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6189eae5ccb3f4418341b24402b4b298b52c1cdf;p=oota-llvm.git Change several entries to use the .o instead of .a to expose pass options. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3754 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 66dc4dc6c5d..c8a3042f42d 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,8 +1,9 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = mapping sparc regalloc sched select target \ - instrument.a livevar bcreader bcwriter analysis.a transforms.a \ - ipo.a scalaropts.a transformutils.a vmcore support.a +USEDLIBS = mapping sparc target.a regalloc sched select preselect target.a \ + instrument livevar bcreader bcwriter ipo ipa.a datastructure.a \ + scalaropts transforms analysis transformutils vmcore support +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common