[PATCH] D90348: [Driver] specify -stack-protector 0 for -fno-stack-protector
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 28 15:45:49 PDT 2020
nickdesaulniers added a comment.
In D90348#2360621 <https://reviews.llvm.org/D90348#2360621>, @nickdesaulniers wrote:
> Might be nice to add an integration test where `-fno-stack-protector` results in `nossp` function attributes (so `-fno-stack-protector` -> `-stack-protector 0` -> `nossp` fn attrs).
Oh, this is covered somewhat by clang/test/CodeGen/stack-protector.c which was updated in parent commit D90194 <https://reviews.llvm.org/D90194>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90348/new/
https://reviews.llvm.org/D90348
More information about the cfe-commits
mailing list