[PATCH] D19655: [ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 17:49:21 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL267960: [ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED. (authored by koriakin).

Changed prior to commit:
  http://reviews.llvm.org/D19655?vs=55405&id=55516#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19655

Files:
  compiler-rt/trunk/test/asan/TestCases/Linux/segv_read_write.c

Index: compiler-rt/trunk/test/asan/TestCases/Linux/segv_read_write.c
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/segv_read_write.c
+++ compiler-rt/trunk/test/asan/TestCases/Linux/segv_read_write.c
@@ -1,7 +1,7 @@
 // RUN: %clangxx_asan -std=c++11 -O0 %s -o %t
 // RUN: not %run %t       2>&1 | FileCheck %s --check-prefix=READ
 // RUN: not %run %t write 2>&1 | FileCheck %s --check-prefix=WRITE
-// UNSUPPORTED: powerpc64,mips
+// UNSUPPORTED: powerpc64,mips,s390
 
 #include <sys/mman.h>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19655.55516.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160429/52734c60/attachment.bin>


More information about the llvm-commits mailing list