aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Orc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ExecutionEngine/Orc/Makefile')
-rw-r--r--lib/ExecutionEngine/Orc/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/ExecutionEngine/Orc/Makefile b/lib/ExecutionEngine/Orc/Makefile
deleted file mode 100644
index ac302348ee7e..000000000000
--- a/lib/ExecutionEngine/Orc/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-##===- lib/ExecutionEngine/OrcJIT/Makefile -----------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-LIBRARYNAME = LLVMOrcJIT
-
-include $(LEVEL)/Makefile.common