From 4c7fc1e81395c4f5e5cf500ed6db01320e70abae Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 13 Aug 2003 02:28:20 +0000 Subject: Incorporate mapping library into the sparc library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7800 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 cc84a6ce5e..883a906b33 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 \ - mapping select postopts.a preopts + select postopts.a preopts endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \ -- cgit v1.2.3