[PATCH] D91395: [WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pc

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 16:43:24 PST 2020


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

Needed for wasm64, see discussion in https://reviews.llvm.org/D91203


https://reviews.llvm.org/D91395

Files:
  lld/wasm/InputChunks.cpp
  lld/wasm/InputFiles.cpp
  llvm/include/llvm/BinaryFormat/WasmRelocs.def
  llvm/lib/BinaryFormat/Wasm.cpp
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/RelocationResolver.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/ObjectYAML/WasmEmitter.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  llvm/test/MC/WebAssembly/debug-info64.ll
  llvm/test/MC/WebAssembly/dwarfdump64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91395.304994.patch
Type: text/x-patch
Size: 22841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/da2a88e1/attachment.bin>


More information about the llvm-commits mailing list