aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/examples/BrainF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/examples/BrainF/Makefile')
-rw-r--r--contrib/llvm/examples/BrainF/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/llvm/examples/BrainF/Makefile b/contrib/llvm/examples/BrainF/Makefile
deleted file mode 100644
index 2c3e0662523d..000000000000
--- a/contrib/llvm/examples/BrainF/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- examples/BrainF/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 = BrainF
-EXAMPLE_TOOL = 1
-
-LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
-
-include $(LEVEL)/Makefile.common