[PATCH] D102742: [IR] make stack-protector-guard-* flags into module attrs

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 19 14:38:54 PDT 2021


nickdesaulniers added inline comments.


================
Comment at: llvm/include/llvm/IR/Module.h:898
 
+  // enum class StackProtectorGuards { None, TLS, Global, SysReg };
+  StringRef getStackProtectorGuard() const;
----------------
TODO: delete this comment


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102742/new/

https://reviews.llvm.org/D102742



More information about the cfe-commits mailing list