[llvm-commits] CVS: llvm/examples/HowToUseJIT/Makefile

Misha Brukman brukman at cs.uiuc.edu
Thu Oct 14 12:02:23 PDT 2004



Changes in directory llvm/examples/HowToUseJIT:

Makefile updated: 1.5 -> 1.6
---
Log message:

Use the shared Makefile.JIT for JIT-enablement, which also enables the examples
to have the JIT functioning on more platforms than just x86


---
Diffs of the changes:  (+3 -3)

Index: llvm/examples/HowToUseJIT/Makefile
diff -u llvm/examples/HowToUseJIT/Makefile:1.5 llvm/examples/HowToUseJIT/Makefile:1.6
--- llvm/examples/HowToUseJIT/Makefile:1.5	Sat Sep 11 15:30:11 2004
+++ llvm/examples/HowToUseJIT/Makefile	Thu Oct 14 14:02:13 2004
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = HowToUseJIT
-USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
-	   scalaropts analysis.a transformutils.a bcreader target.a vmcore \
-	   support.a LLVMsystem.a
+
+# Enable JIT support
+include $(LEVEL)/tools/Makefile.JIT
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list