[PATCH] D78778: [MCAsmInfo] Support UsesCFIForDebug for targets with no exception handling
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 11:29:03 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
LGTM, with one last nit
================
Comment at: llvm/test/CodeGen/AMDGPU/debug_frame.ll:8
+; NOEXCEPTIONS_FORCE-DEBUG: .cfi_sections .debug_frame
+; EXCEPTIONS_NOFORCE-DEBUG: .cfi_sections .debug_frame
+; EXCEPTIONS_FORCE-DEBUG: .cfi_sections .debug_frame
----------------
You can share the same check prefix since they are the same.
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