This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [ci] Run the libcxxabi and libunwind tests in mingw configurations
ClosedPublic

Authored by mstorsjo on Apr 13 2023, 1:13 PM.

Details

Summary

The check-runtimes function runs check-cxx, check-cxxabi and check-unwind.

This still depends on D147638, D147640 and D147860. (check-unwind
should already be passing, while the three remaining patches makes
check-cxxabi pass too.)

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 13 2023, 1:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 1:13 PM
Herald added a subscriber: arichardson. · View Herald Transcript
mstorsjo requested review of this revision.Apr 13 2023, 1:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 1:13 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Apr 14 2023, 10:28 AM
This revision is now accepted and ready to land.Apr 14 2023, 10:28 AM
ldionne accepted this revision.Apr 14 2023, 2:10 PM
ldionne added a subscriber: ldionne.

That's nice!

mstorsjo updated this revision to Diff 514895.Apr 19 2023, 3:37 AM

Rebased on latest git main; all dependencies should have been merged now, so I'll merge this if CI still is passing.

This revision was landed with ongoing or failed builds.Apr 19 2023, 9:23 AM
This revision was automatically updated to reflect the committed changes.