[PATCH] D126181: [RISCV] Add ISD::EH_DWARF_CFA

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 22 22:35:22 PDT 2022


StephenFan added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/eh-dwarf-cfa.ll:38
+; Function Attrs: nounwind
+declare i8* @llvm.eh.dwarf.cfa(i32)
----------------
Inconsistent between comment and real code about `nounwind` attribute.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126181



More information about the llvm-commits mailing list