This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Allow using thread safety annotations in MinGW mode
ClosedPublic

Authored by mstorsjo on Jan 25 2022, 2:05 PM.

Details

Summary

These were omitted in all Windows configurations, but it turns out
that they work just fine in MinGW mode.

This allows converting a couple cases of "XFAIL: LIBCXX-WINDOWS-FIXME"
into "XFAIL: msvc" as the bug is specific to MSVC mode (clang-cl).

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Jan 25 2022, 2:05 PM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 2:05 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 27 2022, 2:00 PM
This revision is now accepted and ready to land.Jan 27 2022, 2:00 PM