[PATCH] D77353: [WebAssembly] Add DW_OP_WASM_location_int

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 17:55:03 PDT 2020


aardappel created this revision.
aardappel added reviewers: yurydelendik, dschuff.
Herald added subscribers: llvm-commits, sunfish, aheejin, hiraditya, jgravelle-google, sbc100.
Herald added a project: LLVM.

This to allow us to add reloctable global indices as a symbol.
See discussion in https://github.com/WebAssembly/debugging/issues/12

WIP - possible solution for discussion.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77353

Files:
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  llvm/lib/Target/WebAssembly/WebAssembly.h
  llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
  llvm/test/CodeGen/WebAssembly/debugtest-opt.ll
  llvm/test/MC/WebAssembly/dwarfdump.ll
  test.bc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77353.254656.patch
Type: text/x-patch
Size: 7869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200403/d3f4b9af/attachment.bin>


More information about the llvm-commits mailing list