[PATCH] D45980: [WebAssembly] Use section index in relocation section header

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 12:23:28 PDT 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.

Rather than referring to sections my their code, use the
absolute index of the target section within the module.

See https://github.com/WebAssembly/tool-conventions/issues/52


Repository:
  rL LLVM

https://reviews.llvm.org/D45980

Files:
  include/llvm/Object/Wasm.h
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45980.143619.patch
Type: text/x-patch
Size: 9346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180423/318edf72/attachment.bin>


More information about the llvm-commits mailing list