[PATCH] D76877: Implement DW_CFA_LLVM_* for Heterogeneous Debugging

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 14:10:12 PDT 2020


scott.linder updated this revision to Diff 263850.
scott.linder marked an inline comment as done.
scott.linder removed a subscriber: arsenm.
scott.linder added a comment.

Add tests for parse errors, fix formatting


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76877

Files:
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  llvm/include/llvm/MC/MCDwarf.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  llvm/lib/CodeGen/CFIInstrInserter.cpp
  llvm/lib/CodeGen/MIRParser/MILexer.cpp
  llvm/lib/CodeGen/MIRParser/MILexer.h
  llvm/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/lib/CodeGen/MachineOperand.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCDwarf.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/test/CodeGen/MIR/AArch64/cfi.mir
  llvm/test/MC/ELF/cfi-llvm-def-cfa-aspace-errors.s
  llvm/test/MC/ELF/cfi-llvm-def-cfa-aspace.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_frame_LLVM_def_cfa_aspace.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76877.263850.patch
Type: text/x-patch
Size: 26229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/27d5860a/attachment.bin>


More information about the llvm-commits mailing list