This is an archive of the discontinued LLVM Phabricator instance.

[NFC][hwasan][Fuchsia] Instead wrap contents of InitLoadedGlobals with if constexpr (!SANITIZER_FUCHSIA)
ClosedPublic

Authored by leonardchan on May 16 2023, 3:58 PM.

Details

Summary

This prevents spamming the build log with unused InitLoadedGlobals when building fuchsia runtimes.

Diff Detail

Event Timeline

leonardchan created this revision.May 16 2023, 3:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 3:58 PM
leonardchan requested review of this revision.May 16 2023, 3:58 PM
This revision is now accepted and ready to land.May 16 2023, 4:49 PM