This is an archive of the discontinued LLVM Phabricator instance.

[XRay][docs] Define requirements on installed log handlers.
ClosedPublic

Authored by dberris on Nov 14 2016, 4:49 PM.

Details

Summary

We update the documentation to define what the requirements are for the
provided XRay log handler. This is to make it clear that the function
pointer provided must do internal synchronisation and that there are no
guarantees provided by XRay on when the function shall be invoked once
it has been installed as a log handler.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris updated this revision to Diff 77918.Nov 14 2016, 4:49 PM
dberris retitled this revision from to [XRay][docs] Define requirements on installed log handlers..
dberris updated this object.
dberris added reviewers: rSerge, rengolin.
dberris added a subscriber: llvm-commits.
dblaikie accepted this revision.Nov 15 2016, 5:50 PM
dblaikie edited edge metadata.
This revision is now accepted and ready to land.Nov 15 2016, 5:50 PM
This revision was automatically updated to reflect the committed changes.