This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add documentation on using the `libc` in OpenMP
ClosedPublic

Authored by jhuber6 on Jul 14 2023, 11:06 AM.

Details

Summary

This points users to the libc documentation and explains the basics of
how it's used inside the runtime.

Diff Detail

Event Timeline

jhuber6 created this revision.Jul 14 2023, 11:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 11:06 AM
jhuber6 requested review of this revision.Jul 14 2023, 11:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 11:06 AM
jdoerfert accepted this revision.Jul 14 2023, 11:17 AM

We really need to split openmp/docs/design/Runtimes.rst.

Generally LG. Please add a sentence and a link to the supported functions page.
Also, remove the two I flagged below.

openmp/docs/design/Runtimes.rst
1355–1356

I would remove this sentence. It is too vague to be helpful.

1367–1368

Remove this, future looking statement w/o value now.

This revision is now accepted and ready to land.Jul 14 2023, 11:17 AM
jhuber6 updated this revision to Diff 540509.Jul 14 2023, 11:21 AM

Addressing comments

This revision was automatically updated to reflect the committed changes.