Clang command line docs mention -fno-stack-clash-protection, and GCC also uses -fno-stack-clash-protection.
Fixes PR47139
Paths
| Differential D85844
[Driver] Change -fnostack-clash-protection to -fno-stack-clash-protection ClosedPublic Authored by xbolva00 on Aug 12 2020, 9:27 AM.
Details Summary Clang command line docs mention -fno-stack-clash-protection, and GCC also uses -fno-stack-clash-protection. Fixes PR47139
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 12 2020, 9:33 AM This revision was landed with ongoing or failed builds.Aug 12 2020, 9:36 AM Closed by commit rGdf3bfaa39071: [Driver] Change -fnostack-clash-protection to -fno-stack-clash-protection (authored by xbolva00). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 285118 clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/stack-clash-protection.c
|