From bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Sep 2007 18:24:00 +0000 Subject: add a new BF->LLVM translator, contributed by Sterling Stein. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41881 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/BrainF/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/BrainF/Makefile (limited to 'examples/BrainF/Makefile') diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile new file mode 100644 index 0000000000..54d298c49a --- /dev/null +++ b/examples/BrainF/Makefile @@ -0,0 +1,15 @@ +##===- examples/BrainF/Makefile ----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by Sterling Stein and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +LEVEL = ../.. +TOOLNAME = BrainF +EXAMPLE_TOOL = 1 + +LINK_COMPONENTS := jit bitwriter native interpreter + +include $(LEVEL)/Makefile.common -- cgit v1.2.3