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

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 15:31:18 PDT 2016


koriakin added a comment.

The only instance of creating a global variable during SelectionDAG phase I found is in LowerToTLSEmulatedModel, and it rather unceremoniously const_cast<>s the module.  I'll keep digging...


Repository:
  rL LLVM

http://reviews.llvm.org/D19407





More information about the llvm-commits mailing list