Skip to content

Commit

Permalink
[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.
Browse files Browse the repository at this point in the history
On s390*-linux, sigcontext just doesn't contain any information that could
be used to recover the type of access, so there's no way to fix this, short
of emulating the faulting instruction.

Differential Revision: http://reviews.llvm.org/D19655

llvm-svn: 267960
  • Loading branch information
mwkmwkmwk committed Apr 29, 2016
1 parent 6c5edd1 commit a0193ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/asan/TestCases/Linux/segv_read_write.c
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit a0193ec

Please sign in to comment.