[llvm-commits] CVS: llvm/examples/HowToUseJIT/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 28 23:17:30 PST 2004
Changes in directory llvm/examples/HowToUseJIT:
Makefile updated: 1.7 -> 1.8
---
Log message:
Use LLVMLIBS=JIT to get JIT libraries
---
Diffs of the changes: (+1 -1)
Index: llvm/examples/HowToUseJIT/Makefile
diff -u llvm/examples/HowToUseJIT/Makefile:1.7 llvm/examples/HowToUseJIT/Makefile:1.8
--- llvm/examples/HowToUseJIT/Makefile:1.7 Thu Nov 18 04:03:47 2004
+++ llvm/examples/HowToUseJIT/Makefile Mon Nov 29 01:17:19 2004
@@ -11,6 +11,6 @@
EXAMPLE_TOOL = 1
# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list