This is an archive of the discontinued LLVM Phabricator instance.

[asan] Enable back some ASan tests disabled on PowerPC.
ClosedPublic

Authored by alekseyshl on May 25 2017, 3:09 PM.

Details

Summary

D33521 addressed a memory ordering issue in BlockingMutex, which seems
to be the cause of a flakiness of a few ASan tests on PowerPC.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl created this revision.May 25 2017, 3:09 PM
eugenis accepted this revision.May 25 2017, 3:12 PM

LGTM, nice.

This revision is now accepted and ready to land.May 25 2017, 3:12 PM
This revision was automatically updated to reflect the committed changes.