[llvm-commits] CVS: llvm/examples/Fibonacci/Makefile
Reid Spencer
reid at x10sys.com
Fri Sep 10 21:29:55 PDT 2004
Changes in directory llvm/examples/Fibonacci:
Makefile updated: 1.2 -> 1.3
---
Log message:
Add library LLVMsystem.a because the JIT now needs it.
---
Diffs of the changes: (+2 -2)
Index: llvm/examples/Fibonacci/Makefile
diff -u llvm/examples/Fibonacci/Makefile:1.2 llvm/examples/Fibonacci/Makefile:1.3
--- llvm/examples/Fibonacci/Makefile:1.2 Mon Aug 23 14:29:54 2004
+++ llvm/examples/Fibonacci/Makefile Fri Sep 10 23:29:44 2004
@@ -1,4 +1,4 @@
-##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -10,6 +10,6 @@
TOOLNAME = Fibonacci
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