summaryrefslogtreecommitdiff
path: root/gnu/llvm/unittests/ExecutionEngine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/unittests/ExecutionEngine/Makefile')
-rw-r--r--gnu/llvm/unittests/ExecutionEngine/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/llvm/unittests/ExecutionEngine/Makefile b/gnu/llvm/unittests/ExecutionEngine/Makefile
deleted file mode 100644
index c19f8d688d1..00000000000
--- a/gnu/llvm/unittests/ExecutionEngine/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-##===- unittests/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-TESTNAME = ExecutionEngine
-LINK_COMPONENTS :=interpreter
-
-include $(LEVEL)/Makefile.config
-
-PARALLEL_DIRS = Orc
-
-ifeq ($(TARGET_HAS_JIT),1)
- PARALLEL_DIRS += MCJIT
-endif
-
-include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest