[llvm] -fsanitize=function: fix .subsections_via_symbols (PR #87527)

Leonard Grey via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 08:17:36 PDT 2024


================
@@ -868,6 +868,9 @@ class AsmPrinter : public MachineFunctionPass {
   /// This method emits a comment next to header for the current function.
   virtual void emitFunctionHeaderComment();
 
+  /// This method emits prefix-like data before the current function.
+  void emitFunctionPrefix(const SmallVector<const Constant *, 1> &Prefix);
----------------
speednoisemovement wrote:

Done

https://github.com/llvm/llvm-project/pull/87527


More information about the llvm-commits mailing list