[PATCH] D78778: [AsmPrinter] Fix emitting CFI for debug when exceptions are not supported
Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 07:31:56 PDT 2021
RamNalamothu updated this revision to Diff 340842.
RamNalamothu added a comment.
Herald added subscribers: jgravelle-google, sbc100, dschuff.
Fix couple of WebAsembly debug info LIT tests, as we now emit .debug_frame when no exceptions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78778/new/
https://reviews.llvm.org/D78778
Files:
llvm/include/llvm/CodeGen/AsmPrinter.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
llvm/test/CodeGen/AMDGPU/debug_frame.ll
llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll
llvm/test/DebugInfo/AMDGPU/cfi.ll
llvm/test/MC/ELF/AMDGPU/cfi.s
llvm/test/MC/ELF/AMDGPU/lit.local.cfg
llvm/test/MC/WebAssembly/debug-info.ll
llvm/test/MC/WebAssembly/debug-info64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78778.340842.patch
Type: text/x-patch
Size: 20432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/9877bb7d/attachment.bin>
More information about the llvm-commits
mailing list