From 80df4638fedb633e21f7d534e2de643541ac44cc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Aug 2003 04:56:09 +0000 Subject: rename selection library to selectiondag git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7878 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lli/Makefile') diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 883a906b33..d1ba9b6e97 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -19,7 +19,7 @@ endif # What the X86 JIT requires ifdef ENABLE_X86_JIT CPPFLAGS += -DENABLE_X86_JIT - JITLIBS += x86 selection + JITLIBS += x86 selectiondag # X86 doesn't require any ARCHLIBS endif -- cgit v1.2.3-18-g5258