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