This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add missing <stdbool.h> to the modulemap
ClosedPublic

Authored by ldionne on Aug 4 2022, 1:58 PM.

Details

Reviewers
zoecarver
Group Reviewers
Restricted Project
Commits
rG0a5c344a84a4: [libc++] Add missing <stdbool.h> to the modulemap
Summary

It used to be defined by the compiler, but libc++ now provides it.

Diff Detail

Event Timeline

ldionne created this revision.Aug 4 2022, 1:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2022, 1:58 PM
ldionne requested review of this revision.Aug 4 2022, 1:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2022, 1:58 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
zoecarver accepted this revision.Aug 4 2022, 3:07 PM

You are the best! Thanks, Louis!

This revision is now accepted and ready to land.Aug 4 2022, 3:07 PM
This revision was automatically updated to reflect the committed changes.