This is an archive of the discontinued LLVM Phabricator instance.

[sancov] pc_guard_init is called once per DSO.
ClosedPublic

Authored by aizatsky on Feb 8 2017, 11:11 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky created this revision.Feb 8 2017, 11:11 AM

I think that keeping more general "may be called multiple times" is still correct and does give us room to maneuver.

aizatsky updated this revision to Diff 87686.Feb 8 2017, 11:44 AM

reworded to say may be called more than once.

aizatsky updated this revision to Diff 87692.Feb 8 2017, 12:42 PM

added at least.

kcc accepted this revision.Feb 8 2017, 12:43 PM

LGTM

This revision is now accepted and ready to land.Feb 8 2017, 12:43 PM
This revision was automatically updated to reflect the committed changes.