This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][Fuchsia] Support HWASan on Fuchsia
ClosedPublic

Authored by leonardchan on Jun 2 2021, 11:22 AM.

Details

Summary

This allows for hwasan to be built targetting fuchsia.

Diff Detail

Event Timeline

leonardchan created this revision.Jun 2 2021, 11:22 AM
leonardchan requested review of this revision.Jun 2 2021, 11:22 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptJun 2 2021, 11:22 AM
mcgrathr accepted this revision.Jun 2 2021, 12:07 PM

I think this may need to be about the last thing to actually land. It shouldn't land before building the runtime reliably works without error, and I think we should land any refactoring of the runtime we needed in preparation for Fuchsia-specific changes before landing anything Fuchsia-specific to make it compile.

This revision is now accepted and ready to land.Jun 2 2021, 12:07 PM
This revision was automatically updated to reflect the committed changes.