This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Define _CRT_STDIO_ISO_WIDE_SPECIFIERS while building tests
ClosedPublic

Authored by mstorsjo on Feb 21 2021, 3:41 PM.

Details

Summary

This matches how libc++ itself is built. This avoids errors due to mismatch if linking libc++ statically.

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 21 2021, 3:41 PM
mstorsjo requested review of this revision.Feb 21 2021, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2021, 3:41 PM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
ldionne accepted this revision.Feb 22 2021, 9:16 AM
This revision is now accepted and ready to land.Feb 22 2021, 9:16 AM