From: Vikram S. Adve Date: Wed, 10 Oct 2001 20:58:57 +0000 (+0000) Subject: Repeat some libs due to circular dependences between Sparc and other X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b70f3f086e6355a4e407cd3f4ebfe9b476eb333;p=oota-llvm.git Repeat some libs due to circular dependences between Sparc and other code gen libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@722 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 6020c2f1791..692a50349ff 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = sparc regalloc sched select sparc target opt livevar bcreader vmcore asmwriter analysis support +USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt livevar bcreader vmcore asmwriter analysis support include $(LEVEL)/Makefile.common