This is an archive of the discontinued LLVM Phabricator instance.

[libc++] DO NOT REVIEW FOR TESTING ONLY
AbandonedPublic

Authored by Mordante on Oct 9 2021, 7:35 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

The fixes the build errors in D111265 on my local machine.
This patch is only to trigger a CI run and will be abandoned.

Depends on D111265

Diff Detail

Event Timeline

Mordante requested review of this revision.Oct 9 2021, 7:35 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2021, 7:35 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante abandoned this revision.Oct 9 2021, 9:25 AM

@ldionne It seems two tests are failing and they indeed use wchar_t. So it seems this patch provides a usable "no wide char" library on Linux. Feel free to use this patch as basis to fix D111265.