Allow targets to define custom expanders for FP_TO_*INT
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 0f5e26b5ca3ac2d07c4bb6faa71f80459ad44556..67fdd8611144a8d47ff6770cdc3cc1472c0025cf 100644 (file)
@@ -11,6 +11,6 @@ TOOLNAME = HowToUseJIT
 EXAMPLE_TOOL = 1
 
 # Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common