[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:43:06 PDT 2020
nickdesaulniers added a comment.
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).
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