Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Tsan: Enable thread sanitizer for SystemZ #23433

Closed Quuxplusone closed 8 years ago

Quuxplusone commented 9 years ago
Bugzilla Link PR23434
Status RESOLVED WONTFIX
Importance P enhancement
Reported by Ulrich Weigand (uweigand@de.ibm.com)
Reported on 2015-05-06 08:11:14 -0700
Last modified on 2015-12-01 12:42:16 -0800
Version trunk
Hardware Other Linux
CC aizatsky@chromium.org, dvyukov@google.com, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
The thread sanitizer is currently not supported on SystemZ.  It would be good
to have this working.

This would include:
 - Sanitizer runtime library support for SystemZ
 - Compiler support to enable instrumention on SystemZ
 - Compiler driver support
 - Test suite updates

Goal is to have the sanitizer test suite pass on s390x-linux.
Quuxplusone commented 8 years ago
No work seems to be planned/happening on this. It does not make lots of sense
to keep opened bugs for all possible OSes/processors.
Ulrich, please reopen if you plan any work on this.