This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Add InitializePlatformCommonFlags for Fuchsia
ClosedPublic

Authored by leonardchan on Nov 5 2020, 10:27 AM.

Details

Summary

https://reviews.llvm.org/D90811 is breaking our CI builders because InitializePlatformCommonFlags is not defined. This just adds an empty definition.

This would've been caught on our upstream buildbot, but it's red at the moment and most likely won't be sending out alert emails for recent failures.

Diff Detail

Event Timeline

leonardchan created this revision.Nov 5 2020, 10:27 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptNov 5 2020, 10:27 AM
leonardchan requested review of this revision.Nov 5 2020, 10:27 AM
vitalybuka accepted this revision.Nov 5 2020, 10:35 AM

Sorry, feel free to land fixes like this without review.

This revision is now accepted and ready to land.Nov 5 2020, 10:35 AM

Sorry, feel free to land fixes like this without review.

No worries. Thanks!

This revision was landed with ongoing or failed builds.Nov 5 2020, 10:40 AM
This revision was automatically updated to reflect the committed changes.