This is an archive of the discontinued LLVM Phabricator instance.

[CodeGenOptions] make StackProtectorGuardOffset signed
ClosedPublic

Authored by nickdesaulniers on Apr 26 2021, 2:20 PM.

Details

Summary

GCC supports negative values for -mstack-protector-guard-offset=, this
should be a signed value. Pre-req to D100919.

Diff Detail

Event Timeline

nickdesaulniers requested review of this revision.Apr 26 2021, 2:20 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 26 2021, 2:20 PM
MaskRay accepted this revision.Apr 26 2021, 2:50 PM

Looks great!

This revision is now accepted and ready to land.Apr 26 2021, 2:50 PM
This revision was landed with ongoing or failed builds.Apr 27 2021, 10:13 AM
This revision was automatically updated to reflect the committed changes.