This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [test] Generalize the triple regex for windows XFAILs
ClosedPublic

Authored by mstorsjo on Apr 8 2023, 1:17 PM.

Details

Summary

Don't hardcode the vendor field in the triples to "pc"; for mingw
environments it's often "<arch>-w64-windows-gnu".

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 8 2023, 1:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2023, 1:17 PM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
mstorsjo requested review of this revision.Apr 8 2023, 1:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2023, 1:17 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
phosek accepted this revision.Apr 8 2023, 2:06 PM

LGTM

This revision is now accepted and ready to land.Apr 8 2023, 2:06 PM