From: Misha Brukman Date: Fri, 8 Oct 2004 18:14:56 +0000 (+0000) Subject: Use the SparcV9-marked instr scheduling library X-Git-Tag: android-x86-6.0-r1~1003^2~52531 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=41605ab6e7879c0b1d997f0ca41b7f3fc30da717;p=android-x86%2Fexternal-llvm.git Use the SparcV9-marked instr scheduling library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16851 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index ed3225a75bf..c11c521f9c2 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -17,7 +17,7 @@ USEDLIBS = \ skeleton \ selectiondag \ sparcv9regalloc \ - sched \ + sparcv9sched \ codegen \ target.a \ sparcv9livevar \ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 403c3965281..d43fce31624 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 diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index 65f7b40cd85..6b3e6b5ba6e 100644 --- a/tools/llvm-db/Makefile +++ b/tools/llvm-db/Makefile @@ -42,7 +42,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