This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Default to -fsanitize=shadow-call-stack for Fuchsia
ClosedPublic

Authored by mcgrathr on Feb 5 2023, 3:21 PM.

Details

Summary

The ShadowCallStack is the preferred and default ABI for Fuchsia.

Diff Detail

Event Timeline

mcgrathr created this revision.Feb 5 2023, 3:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2023, 3:21 PM
mcgrathr requested review of this revision.Feb 5 2023, 3:21 PM
phosek accepted this revision.Feb 5 2023, 4:03 PM

LGTM

clang/lib/Driver/ToolChains/Fuchsia.cpp
475–476

Can you remove this TODO?

This revision is now accepted and ready to land.Feb 5 2023, 4:03 PM
mcgrathr updated this revision to Diff 494973.Feb 5 2023, 6:40 PM
mcgrathr marked an inline comment as done.

remove TODO

This revision was landed with ongoing or failed builds.Feb 5 2023, 6:59 PM
This revision was automatically updated to reflect the committed changes.