[all-commits] [llvm/llvm-project] b78c85: [WebAssembly] Convert to new "dylink.0" section fo...

Sam Clegg via All-commits all-commits at lists.llvm.org
Sun Sep 12 05:31:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b78c85a44af300f8e3da582411814385cf70239d
      https://github.com/llvm/llvm-project/commit/b78c85a44af300f8e3da582411814385cf70239d
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2021-09-12 (Sun, 12 Sep 2021)

  Changed paths:
    M lld/test/wasm/pie.ll
    M lld/test/wasm/shared-needed.s
    M lld/test/wasm/shared.s
    M lld/test/wasm/shared64.s
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/Object/Wasm.h
    M llvm/include/llvm/ObjectYAML/WasmYAML.h
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/WasmEmitter.cpp
    M llvm/lib/ObjectYAML/WasmYAML.cpp
    M llvm/test/ObjectYAML/wasm/dylink_section.yaml
    M llvm/tools/obj2yaml/wasm2yaml.cpp

  Log Message:
  -----------
  [WebAssembly] Convert to new "dylink.0" section format

This format is based on sub-sections (like the "linking" and "name"
sections) and is therefore easier to extend going forward.

spec change: https://github.com/WebAssembly/tool-conventions/pull/170
binaryen change: https://github.com/WebAssembly/binaryen/pull/4141
wabt change:  https://github.com/WebAssembly/wabt/pull/1707
emscripten change: https://github.com/emscripten-core/emscripten/pull/15019

Differential Revision: https://reviews.llvm.org/D109595




More information about the All-commits mailing list