This is an archive of the discontinued LLVM Phabricator instance.

[Docs][ORCv2] GetForCurrentProcess now returns an Expected<std::unique_ptr>. NFC
ClosedPublic

Authored by jroelofs on Oct 5 2021, 8:02 AM.

Diff Detail

Event Timeline

jroelofs requested review of this revision.Oct 5 2021, 8:02 AM
jroelofs created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2021, 8:02 AM
lhames accepted this revision.Oct 22 2021, 2:35 PM

LGTM. Thanks Jon!

This revision is now accepted and ready to land.Oct 22 2021, 2:35 PM
jroelofs retitled this revision from [Docs][ORCv2] GetForCurrentProcess now returns an ErrorOr<std::unique_ptr>. NFC to [Docs][ORCv2] GetForCurrentProcess now returns an Expected<std::unique_ptr>. NFC.Dec 10 2021, 2:22 PM