summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-06-26 02:59:22 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-06-26 02:59:22 +0000
commitf99bc0b2f663bfc4702c9c0248c65d3a9502ce3f (patch)
tree599e9a8cd8ec5d929b824d65385e12919f8971f9
parent03dd150a988eb28b29ef24c3202b09e37e1de80f (diff)
downloadbcm5719-llvm-f99bc0b2f663bfc4702c9c0248c65d3a9502ce3f.tar.gz
bcm5719-llvm-f99bc0b2f663bfc4702c9c0248c65d3a9502ce3f.zip
Mark mfcall.cpp as UNSUPPORTED: win32.
llvm-svn: 335573
-rw-r--r--compiler-rt/test/cfi/mfcall.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/cfi/mfcall.cpp b/compiler-rt/test/cfi/mfcall.cpp
index d101054673b..6e22e3f3d71 100644
--- a/compiler-rt/test/cfi/mfcall.cpp
+++ b/compiler-rt/test/cfi/mfcall.cpp
@@ -1,3 +1,5 @@
+// UNSUPPORTED: win32
+
// RUN: %clangxx_cfi -o %t %s
// RUN: %expect_crash %run %t a
// RUN: %expect_crash %run %t b
OpenPOWER on IntegriCloud