[PATCH] D87956: [WIP][IR] add fn attr for no_stack_protector; prevent inlining ssp into no-ssp
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 17:09:40 PDT 2020
nickdesaulniers planned changes to this revision.
nickdesaulniers added a comment.
Not ready for review yet, posting a WIP fix for https://bugs.llvm.org/show_bug.cgi?id=47479.
TODO next week:
- tests, tests, and more tests.
- interaction with `__attribute__((always_inline))`.
- fix TODOs in code.
- IR verifier that the attributes never have more than one ssp attr; they should be mutually exclusive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87956/new/
https://reviews.llvm.org/D87956
More information about the cfe-commits
mailing list