[PATCH] D19407: [SafeStack] [SSP] Use llvm.stackguard intrinsic.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 11:52:09 PDT 2016


eugenis added a comment.

Cool!

I wonder if we could get SDAG SSP for free now by updating the following code to look at SafeStack, too:
getAnalysis<StackProtector>().shouldEmitSDCheck(*LLVMBB)


Repository:
  rL LLVM

http://reviews.llvm.org/D19407





More information about the llvm-commits mailing list