This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Define WCHAR_T_TYPE as unsigned int on 64-bit AIX for wchar.c test
ClosedPublic

Authored by Jake-Egan on Nov 8 2021, 12:46 PM.

Details

Summary

The default wchar type on 64-bit AIX is unsigned int, so this patch sets WCHAR_T_TYPE to unsigned int rather than int.

This patch follows similar reasoning to D110428 except for 64-bit.

Diff Detail

Event Timeline

Jake-Egan requested review of this revision.Nov 8 2021, 12:46 PM
Jake-Egan created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2021, 12:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Jake-Egan edited the summary of this revision. (Show Details)Nov 8 2021, 12:53 PM
Jake-Egan added reviewers: amyk, daltenty.
daltenty accepted this revision.Nov 9 2021, 12:29 PM

LGTM, thanks!

This revision is now accepted and ready to land.Nov 9 2021, 12:29 PM