This is an archive of the discontinued LLVM Phabricator instance.

Thread safety: Run tests with both lock and capability attributes
ClosedPublic

Authored by aaronpuchert on Jul 12 2018, 5:28 PM.

Details

Summary

Running all tests with both sets of attributes should make sure there is
no regression in either variant.

Diff Detail

Event Timeline

aaronpuchert created this revision.Jul 12 2018, 5:28 PM
aaron.ballman accepted this revision.Jul 13 2018, 5:37 AM

LGTM! Thank you for this!

This revision is now accepted and ready to land.Jul 13 2018, 5:37 AM
aaronpuchert added a comment.EditedJul 13 2018, 1:48 PM

Thanks for the review. Could you commit this for me (Aaron Puchert <aaron.puchert@sap.com>)?

aaron.ballman closed this revision.Jul 15 2018, 5:14 AM

Thanks for the review. Could you commit this for me (Aaron Puchert <aaron.puchert@sap.com>)?

Happy to do so. I've commit in r337125. Thank you for the patch!