[PATCH] D142572: [AArch64] fix bug #55005

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 11:41:06 PST 2023


danielkiss added inline comments.


================
Comment at: bolt/lib/Core/Exceptions.cpp:630
+      Function.addCFIInstruction(
+          Offset, MCCFIInstruction::createWindowSave(nullptr));
+      break;
----------------
on AArch64 I'd call the `createNegateRAState`. DW_CFA_GNU_window_save and DW_CFA_GNU_NegateRAState just use the same id but mean different things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142572



More information about the llvm-commits mailing list