[PATCH] D78778: Add SupportsDebugUnwindInformation to MCAsmInfo

Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 21:35:25 PDT 2020


RamNalamothu added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:328
 
+  if (MMI->hasDebugInfo() &&
+      MAI->getExceptionHandlingType() == ExceptionHandling::None &&
----------------
This ignores //ForceDwarfFrameSection// which is independent of //MMI->hasDebugInfo()//.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78778





More information about the llvm-commits mailing list