[all-commits] [llvm/llvm-project] b6c3a5: [AMDGPU] Test case demonstrating issues with gener...

RamNalamothu via All-commits all-commits at lists.llvm.org
Thu Jan 21 18:09:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6c3a59c3f550ab9214de3988419fe1cb68679c9
      https://github.com/llvm/llvm-project/commit/b6c3a59c3f550ab9214de3988419fe1cb68679c9
  Author: RamNalamothu <VenkataRamanaiah.Nalamothu at amd.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/debug_frame.ll

  Log Message:
  -----------
  [AMDGPU] Test case demonstrating issues with generation of .debug_frame

This test case demonstrates that the Call Frame Information generation is
totally biased towards whether exceptions are enabled or not. Currently
LLVM does not generate CFI i.e. a .debug_frame for debug purpose even
if --force-dwarf-frame-section is enabled unless exceptions are enabled.

Reviewed By: scott.linder

Differential Revision: https://reviews.llvm.org/D94801




More information about the All-commits mailing list