Revert r255444.
[oota-llvm.git] / unittests / ADT / Makefile
index c56b951704901a3f567269570a6cffe3589fd201..c255a0b44d09101878cbe3d5b3e8385234f98a84 100644 (file)
@@ -9,7 +9,15 @@
 
 LEVEL = ../..
 TESTNAME = ADT
-LINK_COMPONENTS := core support
+LINK_COMPONENTS := support
 
 include $(LEVEL)/Makefile.config
+
+# Xfail BitVectorTest for now on PPC Darwin.  7598360.
+ifeq ($(ARCH),PowerPC)
+ifeq ($(TARGET_OS),Darwin)
+CPP.Flags += -DXFAIL
+endif
+endif
+
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest