[PATCH] D87956: [IR] add fn attr for no_stack_protector; prevent inlining on mismatch

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 16:50:09 PDT 2020


nickdesaulniers added a comment.

As a follow up, I probably want to make `-fno-stack-protector` sprinkle this new fn attr `nossp` all over everything; that and this should fix our LTO bug with no changes to the source, otherwise we can add `__attribute__((no_stack_protector))` to the source (though GCC only landed support for that TODAY, so portability would be an issue there)..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87956/new/

https://reviews.llvm.org/D87956



More information about the llvm-commits mailing list