[PATCH] D135411: Add generic KCFI operand bundle lowering

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 17:13:25 PST 2022


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Instrumentation/KCFI.h:24
+public:
+  KCFIPass() {}
+  static bool isRequired() { return true; }
----------------
remove default constructor?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135411



More information about the cfe-commits mailing list