From f2e4f5a388d89589eb4419cf6d11221712ec0d2a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Sep 2003 20:30:17 +0000 Subject: [PATCH] Preselection is now integrated into the Sparc target library llvm-svn: 8305 --- lib/ExecutionEngine/Makefile | 2 +- tools/llc/Makefile | 1 - tools/lli/Makefile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 683df154e7d..666a1f69b54 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT JITLIBS += sparc ARCHLIBS += sched livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \ - select preopts + select endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \ diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 213530d0b26..76008efcf25 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -7,7 +7,6 @@ USEDLIBS = sparc \ sched \ select \ codegen \ - preopts \ target.a \ livevar \ transforms.a \ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 683df154e7d..666a1f69b54 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT JITLIBS += sparc ARCHLIBS += sched livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \ - select preopts + select endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \