Allow targets to define custom expanders for FP_TO_*INT
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 3b3947e690647e2c7f05da3f38eb42127f4e5ccb..67fdd8611144a8d47ff6770cdc3cc1472c0025cf 100644 (file)
@@ -8,8 +8,9 @@
 ##===----------------------------------------------------------------------===##
 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
+EXAMPLE_TOOL = 1
+
+# Enable JIT support
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common