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 | c10898ce3e3fcb6fd1ea74b515a37599658856e8 (patch) | |
tree | e6b3b466e73d4023efd12a783e53465a9e3f900b /llvm/unittests/MC | |
parent | fb1b51c2ed5a21d356aeb4d1e5615d7bc489cded (diff) | |
download | bcm5719-llvm-c10898ce3e3fcb6fd1ea74b515a37599658856e8.tar.gz bcm5719-llvm-c10898ce3e3fcb6fd1ea74b515a37599658856e8.zip |
Remove now empty unit test directory.
llvm-svn: 77790
Diffstat (limited to 'llvm/unittests/MC')
-rw-r--r-- | llvm/unittests/MC/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/unittests/MC/Makefile b/llvm/unittests/MC/Makefile deleted file mode 100644 index 410d3869cd5..00000000000 --- a/llvm/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 |