This is an archive of the discontinued LLVM Phabricator instance.

Fix static initializers for locks.
ClosedPublic

Authored by tlwilmar on Jun 1 2017, 11:52 AM.

Details

Summary

Fix static initializers to use the proper unlocked value for the poll field of the tas and futex locks.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar created this revision.Jun 1 2017, 11:52 AM
hbae accepted this revision.Jun 1 2017, 12:13 PM

LGTM

This revision is now accepted and ready to land.Jun 1 2017, 12:13 PM
This revision was automatically updated to reflect the committed changes.