This is an archive of the discontinued LLVM Phabricator instance.

[msan] Teach sanitizers about the PPC64 ptrace syscall
ClosedPublic

Authored by foad on Jun 25 2015, 6:18 AM.

Details

Summary

This fixes test/msan/Linux/syscalls.cc, and should also fix the ppc64
sanitizer buildbots which are currently failing in
"make check-sanitizer".

Diff Detail

Event Timeline

foad updated this revision to Diff 28458.Jun 25 2015, 6:18 AM
foad retitled this revision from to [msan] Teach sanitizers about the PPC64 ptrace syscall.
foad updated this object.
foad edited the test plan for this revision. (Show Details)
foad added reviewers: samsonov, eugenis, wschmidt.
foad added a subscriber: Unknown Object (MLST).
eugenis accepted this revision.Jun 25 2015, 11:11 AM
eugenis edited edge metadata.

LGTM

lib/sanitizer_common/sanitizer_platform_interceptors.h
135

Does it pass cpplint with this change? I don't see why, please check.Cpplint is run in check-*san.

This revision is now accepted and ready to land.Jun 25 2015, 11:11 AM
foad closed this revision.Jun 25 2015, 1:50 PM