[all-commits] [llvm/llvm-project] 5f744e: [DwarfEhPrepare] Assign dummy debug location for m...

Dan Gohman via All-commits all-commits at lists.llvm.org
Mon Aug 26 00:23:05 PDT 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f744ee5c770d7332740bb6247f961e7d99ee359
      https://github.com/llvm/llvm-project/commit/5f744ee5c770d7332740bb6247f961e7d99ee359
  Author: Dan Gohman <dev at sunfishcode.online>
  Date:   2024-08-26 (Mon, 26 Aug 2024)

  Changed paths:
    M llvm/lib/CodeGen/DwarfEHPrepare.cpp
    A llvm/test/CodeGen/AArch64/dwarf-eh-prepare-dbg.ll

  Log Message:
  -----------
  [DwarfEhPrepare] Assign dummy debug location for more inserted _Unwind_Resume calls (#105513)

Similar to the fix for #57469, ensure that the other `_Unwind_Resume`
call emitted by DwarfEHPrepare has a debug location if needed.

This fixes https://github.com/nbdd0121/unwinding/issues/34.

(cherry picked from commit e76db25832d6ac2d3a36769b26f982d9dee4b346)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list