[PATCH] D78778: [AMDGPU] Add SupportsDebugUnwindInformation to MCAsmInfo

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 13:18:59 PST 2020


scott.linder updated this revision to Diff 303534.
scott.linder added a comment.
Herald added a subscriber: aheejin.

Fix bug where doesSupportDebugUnwindInformation precluded support for cfguard and (in the latest upstream) skipped the call to DebugHandlerBase::beginModule() for all registered handlers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78778

Files:
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
  llvm/lib/CodeGen/AsmPrinter/UnwindStreamer.cpp
  llvm/lib/CodeGen/AsmPrinter/UnwindStreamer.h
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78778.303534.patch
Type: text/x-patch
Size: 19738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/1584f4dc/attachment.bin>


More information about the llvm-commits mailing list