This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][hwasan][fuchsia] Implement InitializeOsSupport
ClosedPublic

Authored by leonardchan on Jul 8 2021, 3:36 PM.

Details

Summary

This is empty for now, but we will add a check that TBI is enabled once the tagged pointer ABI for zircon is finalized. This depends on D105667.

Diff Detail

Event Timeline

leonardchan created this revision.Jul 8 2021, 3:36 PM
leonardchan requested review of this revision.Jul 8 2021, 3:36 PM
leonardchan edited the summary of this revision. (Show Details)
mcgrathr accepted this revision.Jul 19 2021, 1:25 PM

lgtm with fxbug.dev/NNN url ref added.

compiler-rt/lib/hwasan/hwasan_fuchsia.cpp
166

Please make a public bug on fxbug.dev about the Zircon TBI ABI and then point to it in the comment here.

This revision is now accepted and ready to land.Jul 19 2021, 1:25 PM