diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-01 19:07:29 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-01 19:07:29 +0000 |
commit | d6f034b2d08efcb8f2d5b578fab1b254d9821c88 (patch) | |
tree | ab93f3b0c58fdbe7438da7e12fa138ce8a765053 /unittests/MC | |
parent | fbad2cc949c42d0ca9bb7e63b15d7a587058c6a5 (diff) | |
download | external_llvm-d6f034b2d08efcb8f2d5b578fab1b254d9821c88.zip external_llvm-d6f034b2d08efcb8f2d5b578fab1b254d9821c88.tar.gz external_llvm-d6f034b2d08efcb8f2d5b578fab1b254d9821c88.tar.bz2 |
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/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unittests/MC/Makefile b/unittests/MC/Makefile deleted file mode 100644 index 410d386..0000000 --- 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 |