[PATCH] D44800: Add the ShadowCallStack attribute

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 13:37:35 PDT 2018


pcc 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)
----------------
Copy-paste error? Should probably be `.Case("shadowcallstack", Attribute::ShadowCallStack)`.


Repository:
  rL LLVM

https://reviews.llvm.org/D44800





More information about the llvm-commits mailing list