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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 18:49:21 PST 2022


MaskRay added a comment.

Can you describe the clang command line?

If AMDGPU doesn't use `ExceptionHandling::DwarfCFI`, why suppress `.cfi_sections .debug_frame`? `.eh_frame` seems inappropriate.
The change modifies the `ExceptionHandling::None` behavior for AMDGPU's own use case, which may not be desired by other  `ExceptionHandling::None` targets.


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