[llvm-commits] CVS: llvm/tools/lli/Makefile
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Mon Aug 11 10:01:00 PDT 2003
    
    
  
Changes in directory llvm/tools/lli:
Makefile updated: 1.34 -> 1.35
---
Log message:
Include the new selection library for the X86 target
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.34 llvm/tools/lli/Makefile:1.35
--- llvm/tools/lli/Makefile:1.34	Mon Jul 28 14:06:19 2003
+++ llvm/tools/lli/Makefile	Mon Aug 11 09:59:53 2003
@@ -19,7 +19,7 @@
 # What the X86 JIT requires
 ifdef ENABLE_X86_JIT
   CPPFLAGS += -DENABLE_X86_JIT
-  JITLIBS  += x86
+  JITLIBS  += x86 selection
   # X86 doesn't require any ARCHLIBS
 endif
 
    
    
More information about the llvm-commits
mailing list