RewriteExpr, either the new PHI node of induction variable or the
[oota-llvm.git] / examples / Fibonacci / Makefile
index ac6de5df5f1d9a3b819e2f32d57bcf4e01edef49..b63777eb295eae02d3d67963eec1a154c1198b53 100644 (file)
@@ -6,10 +6,12 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 TOOLNAME = Fibonacci
-USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
-          scalaropts analysis.a transformutils.a bcreader target.a vmcore \
-          support.a LLVMsystem.a
+EXAMPLE_TOOL = 1
+
+# Enable JIT support
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common