This is an archive of the discontinued LLVM Phabricator instance.

Ignore gcc's stack-clash-protection flag
AbandonedPublic

Authored by v.g.vassilev on Nov 25 2018, 1:02 PM.

Details

Reviewers
rsmith
bruno
Summary

Patch by Mattias Ellert!

Diff Detail

Repository
rC Clang

Event Timeline

v.g.vassilev created this revision.Nov 25 2018, 1:02 PM
bruno added a comment.Nov 29 2018, 6:50 PM

Looks like adding a test in test/Driver/clang_f_opts.c would be good here.

See D42593, I don't think it's good to ignore security flags like this.

Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2019, 2:24 PM
bruno resigned from this revision.May 19 2021, 6:10 PM
v.g.vassilev abandoned this revision.Aug 23 2021, 1:01 PM

Thanks for the information!