From: Chris Lattner Date: Wed, 7 Aug 2002 19:42:34 +0000 (+0000) Subject: Only include the sparc.o file once! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a4ff0d46111933d16b8f66e155432023a01525d0;p=oota-llvm.git Only include the sparc.o file once! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index d69fb183a9b..d516e9fc37a 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = sparc regalloc sched select sparc target \ +USEDLIBS = sparc regalloc sched select target \ instrument.a livevar bcreader bcwriter analysis.a transforms.a \ ipo.a scalaropts.a transformutils.a vmcore support.a