aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Object/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Object/Makefile')
-rw-r--r--unittests/Object/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/unittests/Object/Makefile b/unittests/Object/Makefile
deleted file mode 100644
index 9062149..0000000
--- a/unittests/Object/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- unittests/Object/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 = Object
-LINK_COMPONENTS := object
-
-include $(LEVEL)/Makefile.config
-include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest