[compiler-rt] r335573 - Mark mfcall.cpp as UNSUPPORTED: win32.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 19:59:23 PDT 2018


Author: pcc
Date: Mon Jun 25 19:59:22 2018
New Revision: 335573

URL: http://llvm.org/viewvc/llvm-project?rev=335573&view=rev
Log:
Mark mfcall.cpp as UNSUPPORTED: win32.

Modified:
    compiler-rt/trunk/test/cfi/mfcall.cpp

Modified: compiler-rt/trunk/test/cfi/mfcall.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/mfcall.cpp?rev=335573&r1=335572&r2=335573&view=diff
==============================================================================
--- compiler-rt/trunk/test/cfi/mfcall.cpp (original)
+++ compiler-rt/trunk/test/cfi/mfcall.cpp Mon Jun 25 19:59:22 2018
@@ -1,3 +1,5 @@
+// UNSUPPORTED: win32
+
 // RUN: %clangxx_cfi -o %t %s
 // RUN: %expect_crash %run %t a
 // RUN: %expect_crash %run %t b




More information about the llvm-commits mailing list