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