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