diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile new file mode 100644 index 0000000..d443b15 --- /dev/null +++ b/tools/lli/Makefile @@ -0,0 +1,15 @@ +##===- tools/lli/Makefile ------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL := ../.. +TOOLNAME := lli +LINK_COMPONENTS := jit interpreter native bitreader selectiondag + +# Enable JIT support +include $(LEVEL)/Makefile.common |