From 253aef8e59d8d8145c13e4fa08eb8eb0aef1ace7 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8305 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 \ -- 2.34.1