aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile')
-rw-r--r--contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile b/contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile
deleted file mode 100644
index 6cec323efd40..000000000000
--- a/contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- examples/Kaleidoscope/Chapter7/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 = Kaleidoscope-Ch7
-EXAMPLE_TOOL = 1
-REQUIRES_RTTI := 1
-
-LINK_COMPONENTS := core jit native
-
-include $(LEVEL)/Makefile.common