From 41605ab6e7879c0b1d997f0ca41b7f3fc30da717 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 8 Oct 2004 18:14:56 +0000 Subject: Use the SparcV9-marked instr scheduling library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16851 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lli') diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 403c396528..d43fce3162 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -41,7 +41,7 @@ endif ifdef ENABLE_SPARC_JIT CPPFLAGS += -DENABLE_SPARC_JIT JITLIBS += sparcv9 - ARCHLIBS += sched sparcv9livevar instrument.a profpaths \ + ARCHLIBS += sparcv9sched sparcv9livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a \ sparcv9regalloc endif -- cgit v1.2.3