[PATCH] D100509: Support GCC's -fstack-usage flag

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 22 22:24:34 PDT 2023


MaskRay added inline comments.
Herald added a subscriber: ormris.
Herald added a project: All.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1208
+
+  *StackUsageStream << MF.getFunction().getParent()->getName();
+  if (const DISubprogram *DSP = MF.getFunction().getSubprogram())
----------------
Created https://github.com/llvm/llvm-project/pull/69896 to fix the filename for an included file, to address https://github.com/llvm/llvm-project/issues/69889


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100509



More information about the cfe-commits mailing list