summaryrefslogtreecommitdiffstats
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
commitc10898ce3e3fcb6fd1ea74b515a37599658856e8 (patch)
treee6b3b466e73d4023efd12a783e53465a9e3f900b
parentfb1b51c2ed5a21d356aeb4d1e5615d7bc489cded (diff)
downloadbcm5719-llvm-c10898ce3e3fcb6fd1ea74b515a37599658856e8.tar.gz
bcm5719-llvm-c10898ce3e3fcb6fd1ea74b515a37599658856e8.zip
Remove now empty unit test directory.
llvm-svn: 77790
-rw-r--r--llvm/unittests/MC/Makefile15
-rw-r--r--llvm/unittests/Makefile2
2 files changed, 1 insertions, 16 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
diff --git a/llvm/unittests/Makefile b/llvm/unittests/Makefile
index 53c02a81223..b743838b868 100644
--- a/llvm/unittests/Makefile
+++ b/llvm/unittests/Makefile
@@ -16,7 +16,7 @@ BUILD_ARCHIVE = 1
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
CPP.Flags += -Wno-variadic-macros
-PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support VMCore
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud