[PATCH] D60623: [WebAssembly] Add DataCount section to object files

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 15:26:44 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL358315: [WebAssembly] Add DataCount section to object files (authored by tlively, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60623?vs=194914&id=194969#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D60623

Files:
  llvm/trunk/include/llvm/Object/Wasm.h
  llvm/trunk/include/llvm/ObjectYAML/WasmYAML.h
  llvm/trunk/lib/MC/WasmObjectWriter.cpp
  llvm/trunk/lib/Object/WasmObjectFile.cpp
  llvm/trunk/lib/ObjectYAML/WasmYAML.cpp
  llvm/trunk/test/MC/WebAssembly/bss.ll
  llvm/trunk/test/MC/WebAssembly/comdat.ll
  llvm/trunk/test/MC/WebAssembly/data-section.s
  llvm/trunk/test/MC/WebAssembly/debug-info.ll
  llvm/trunk/test/MC/WebAssembly/explicit-sections.ll
  llvm/trunk/test/MC/WebAssembly/external-data.ll
  llvm/trunk/test/MC/WebAssembly/external-func-address.ll
  llvm/trunk/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/trunk/test/MC/WebAssembly/reloc-code.ll
  llvm/trunk/test/MC/WebAssembly/reloc-data.ll
  llvm/trunk/test/MC/WebAssembly/reloc-pic.s
  llvm/trunk/test/MC/WebAssembly/unnamed-data.ll
  llvm/trunk/test/MC/WebAssembly/weak-alias.ll
  llvm/trunk/tools/llvm-readobj/WasmDumper.cpp
  llvm/trunk/tools/obj2yaml/wasm2yaml.cpp
  llvm/trunk/tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60623.194969.patch
Type: text/x-patch
Size: 21145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/80d1a726/attachment.bin>


More information about the llvm-commits mailing list