This is an archive of the discontinued LLVM Phabricator instance.

[MSan] Enable on PowerPC64.
ClosedPublic

Authored by koriakin on May 5 2016, 3:42 PM.

Details

Summary

Depends on D20000 - the last missing bit. Testsuite now passing on powerpc64, powerpc64le.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [MSan] Enable on PowerPC64..
koriakin updated this object.
koriakin added reviewers: eugenis, aizatsky.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.
aizatsky accepted this revision.May 6 2016, 11:10 AM
aizatsky edited edge metadata.
This revision is now accepted and ready to land.May 6 2016, 11:10 AM
This revision was automatically updated to reflect the committed changes.

Reverted - dtls_test.c breaks on ppc64le buildbots. Since this testcase is highly sensitive to glibc internals, I'm going to guess we need to fix support for some glibc version.