[PATCH] D139024: [Backend][AsmPrinter][CFI] Generate unwind table entries in .eh_frame when the uwtable attribute is present.

Juan Manuel Martinez CaamaƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 08:37:04 PDT 2023


jmmartinez added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1295
+
+  if (EHType == ExceptionHandling::None && MAI->doesUseCFIForDebug() &&
+      F.hasUWTable())
----------------
Could this condition be relaxed to any `EHType` as long as `DwarfCFI` is supported?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139024



More information about the llvm-commits mailing list