This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Don't use frame pointer on Fuchsia when optimizations are enabled
ClosedPublic

Authored by phosek on Jul 11 2022, 1:12 PM.

Details

Summary

This matches the standard behavior on other platforms.

Diff Detail

Event Timeline

phosek created this revision.Jul 11 2022, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 1:12 PM
Herald added a subscriber: abrachet. · View Herald Transcript
phosek requested review of this revision.Jul 11 2022, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 1:12 PM
mcgrathr accepted this revision.Jul 11 2022, 1:13 PM

lgtm but be sure that Fuchsia target users get clear release-notes warning about the change.

This revision is now accepted and ready to land.Jul 11 2022, 1:13 PM