[PATCH] D44800: Add the ShadowCallStack attribute

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 14:38:04 PDT 2018


vlad.tsyrklevich added inline comments.


================
Comment at: llvm/trunk/lib/Transforms/IPO/ForceFunctionAttrs.cpp:56
       .Case("safestack", Attribute::SafeStack)
+      .Case("shadowcallstack", Attribute::SafeStack)
       .Case("sanitize_address", Attribute::SanitizeAddress)
----------------
pcc wrote:
> Copy-paste error? Should probably be `.Case("shadowcallstack", Attribute::ShadowCallStack)`.
Damn, thanks for pointing that out.


Repository:
  rL LLVM

https://reviews.llvm.org/D44800





More information about the llvm-commits mailing list