[llvm-commits] CVS: llvm/examples/HowToUseJIT/Makefile 
    Reid Spencer 
    reid at x10sys.com
       
    Fri Sep 10 21:29:55 PDT 2004
    
    
  
Changes in directory llvm/examples/HowToUseJIT:
Makefile updated: 1.3 -> 1.4
---
Log message:
Add library LLVMsystem.a because the JIT now needs it.
---
Diffs of the changes:  (+1 -1)
Index: llvm/examples/HowToUseJIT/Makefile
diff -u llvm/examples/HowToUseJIT/Makefile:1.3 llvm/examples/HowToUseJIT/Makefile:1.4
--- llvm/examples/HowToUseJIT/Makefile:1.3	Mon Aug 23 14:29:54 2004
+++ llvm/examples/HowToUseJIT/Makefile	Fri Sep 10 23:29:44 2004
@@ -10,6 +10,6 @@
 TOOLNAME = HowToUseJIT
 USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
 	   scalaropts analysis.a transformutils.a bcreader target.a vmcore \
-	   support.a
+	   support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common
    
    
More information about the llvm-commits
mailing list