Mercurial > hg > CbC > CbC_llvm
view examples/Fibonacci/Makefile @ 112:4b203247047d
ignore TailCall failure in SelectionDAGBuilder (not Unreachable instruction)
author | MitsukiMiyagi |
---|---|
date | Mon, 07 Mar 2016 22:07:35 +0900 |
parents | 54457678186b |
children |
line wrap: on
line source
##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = Fibonacci EXAMPLE_TOOL = 1 # Link in JIT support LINK_COMPONENTS := interpreter mcjit nativecodegen include $(LEVEL)/Makefile.common