diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2018-06-26 02:59:22 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2018-06-26 02:59:22 +0000 |
| commit | f99bc0b2f663bfc4702c9c0248c65d3a9502ce3f (patch) | |
| tree | 599e9a8cd8ec5d929b824d65385e12919f8971f9 | |
| parent | 03dd150a988eb28b29ef24c3202b09e37e1de80f (diff) | |
| download | bcm5719-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.cpp | 2 |
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 |

