This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Remove the locale fallback for NuttX
ClosedPublic

Authored by xiaoxiang781216 on Aug 29 2021, 12:08 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG3285c7a4364e: [libcxx] Remove the locale fallback for NuttX
Summary

Since these functions can handled by NuttX's libc now

Diff Detail

Event Timeline

xiaoxiang781216 requested review of this revision.Aug 29 2021, 12:08 PM
xiaoxiang781216 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2021, 12:08 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested changes to this revision.Aug 30 2021, 10:47 AM
ldionne added a subscriber: ldionne.

Thanks for the cleanup! You will need to remove it from libcxx/include/CMakeLists.txt as well.

This revision now requires changes to proceed.Aug 30 2021, 10:47 AM

Updating D108895: [libcxx] Remove the locale fallback for NuttX

Thanks for the cleanup! You will need to remove it from libcxx/include/CMakeLists.txt as well.

Done.

ldionne accepted this revision.Aug 31 2021, 6:46 AM
This revision is now accepted and ready to land.Aug 31 2021, 6:46 AM
This revision was automatically updated to reflect the committed changes.
libcxx/include/CMakeLists.txt