summaryrefslogtreecommitdiff
path: root/unittests/MC
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-01 19:07:29 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-01 19:07:29 +0000
commitd6f034b2d08efcb8f2d5b578fab1b254d9821c88 (patch)
treeab93f3b0c58fdbe7438da7e12fa138ce8a765053 /unittests/MC
parentfbad2cc949c42d0ca9bb7e63b15d7a587058c6a5 (diff)
downloadllvm-d6f034b2d08efcb8f2d5b578fab1b254d9821c88.tar.gz
llvm-d6f034b2d08efcb8f2d5b578fab1b254d9821c88.tar.bz2
llvm-d6f034b2d08efcb8f2d5b578fab1b254d9821c88.tar.xz
Remove now empty unit test directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/MC')
-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