summaryrefslogtreecommitdiff
path: root/unittests/ADT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ADT/Makefile')
-rw-r--r--unittests/ADT/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/unittests/ADT/Makefile b/unittests/ADT/Makefile
index c56b951704..fe0832894d 100644
--- a/unittests/ADT/Makefile
+++ b/unittests/ADT/Makefile
@@ -12,4 +12,12 @@ TESTNAME = ADT
LINK_COMPONENTS := core 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