This is an archive of the discontinued LLVM Phabricator instance.

libcxx: Disable __regex_word assert on newlib
AbandonedPublic

Authored by manojgupta on Oct 25 2022, 11:14 AM.

Details

Reviewers
ldionne
abidh
Group Reviewers
Restricted Project
Summary

newlib defines blank as O200 (0x80)
(newlib/libc/include/ctype.h),
which is the same as __regex_word, so the static_assert fails.

Diff Detail

Event Timeline

manojgupta created this revision.Oct 25 2022, 11:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 11:14 AM
Herald added a subscriber: ki.stfu. · View Herald Transcript
manojgupta requested review of this revision.Oct 25 2022, 11:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 11:14 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
manojgupta abandoned this revision.Oct 25 2022, 12:09 PM

Abandon in favor of D136708