summaryrefslogtreecommitdiff
path: root/release_23/examples/HowToUseJIT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/examples/HowToUseJIT/Makefile')
-rw-r--r--release_23/examples/HowToUseJIT/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/release_23/examples/HowToUseJIT/Makefile b/release_23/examples/HowToUseJIT/Makefile
deleted file mode 100644
index 14dfa61c652e..000000000000
--- a/release_23/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 := jit interpreter native
-
-include $(LEVEL)/Makefile.common