This is an archive of the discontinued LLVM Phabricator instance.

[libc] fix header list for x86_64
ClosedPublic

Authored by michaelrj on Oct 10 2022, 3:51 PM.

Details

Summary

Some headers hadn't been added, this fixes that and improves the
ordering.

Diff Detail

Event Timeline

michaelrj created this revision.Oct 10 2022, 3:51 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 10 2022, 3:51 PM
michaelrj requested review of this revision.Oct 10 2022, 3:51 PM
sivachandra accepted this revision.Oct 10 2022, 3:54 PM
sivachandra added inline comments.
libc/config/linux/x86_64/headers.txt
19

Why the empty line?

This revision is now accepted and ready to land.Oct 10 2022, 3:54 PM
michaelrj marked an inline comment as done.Oct 10 2022, 4:04 PM
michaelrj added inline comments.
libc/config/linux/x86_64/headers.txt
19

to make the separation between the items inside sys and those not more clear.

This revision was automatically updated to reflect the committed changes.
michaelrj marked an inline comment as done.