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