This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add a linux file implementation.
ClosedPublic

Authored by sivachandra on Mar 17 2022, 10:16 PM.

Diff Detail

Event Timeline

sivachandra created this revision.Mar 17 2022, 10:16 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2022, 10:16 PM
sivachandra requested review of this revision.Mar 17 2022, 10:16 PM
sivachandra edited the summary of this revision. (Show Details)Mar 17 2022, 10:57 PM
sivachandra added reviewers: lntue, michaelrj.
lntue accepted this revision.Mar 18 2022, 12:39 PM
lntue added inline comments.
libc/src/__support/File/linux_file.cpp
2

By platform independent, you meant ISAs. not OSes, right?

This revision is now accepted and ready to land.Mar 18 2022, 12:39 PM

Fix a comment which was a left over copy-paste error.

libc/src/__support/File/linux_file.cpp
2

Sorry, that is a copy-paste left-over. Fixed now.

This revision was automatically updated to reflect the committed changes.