This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix a missed case needing "system header" markings for init_priority(100)
ClosedPublic

Authored by mstorsjo on Oct 7 2021, 2:49 AM.

Details

Summary

This was missed in D95972 / 7c49052b170f76f19be64a5572d31ad8f5df4e61,
as this codepath isn't exercised by CI yet.

FWIW, I should be able to add the necessary things to the windows
premerge runner image now, so we hopefully can add CI for the mingw
configuration soon. (Just waiting for some other updates to bundle
up more updates to the runner image at once, when botering someone to
rebuild it.)

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Oct 7 2021, 2:49 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2021, 2:49 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 8 2021, 10:22 AM
This revision is now accepted and ready to land.Oct 8 2021, 10:22 AM