[PATCH] D44800: Add the ShadowCallStack attribute

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 13:27:56 PDT 2018


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM

Might be nice to have a test for this -- see `llvm/test/Bitcode/attributes.ll`.



================
Comment at: include/llvm/IR/Attributes.td:139
 
+/// Safe Stack protection.
+def ShadowCallStack : EnumAttr<"shadowcallstack">;
----------------
Update comment.


Repository:
  rL LLVM

https://reviews.llvm.org/D44800





More information about the llvm-commits mailing list