[all-commits] [llvm/llvm-project] 199497: [lld][WebAssembly] Delay creation of internal __wa...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Dec 10 10:51:59 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 199497086e46804084e4b8841b39e3604c678f34
      https://github.com/llvm/llvm-project/commit/199497086e46804084e4b8841b39e3604c678f34
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  Changed paths:
    M lld/test/wasm/data-segment-merging.ll
    M lld/test/wasm/data-segments.ll
    M lld/test/wasm/no-tls.s
    M lld/test/wasm/tls.s
    M lld/wasm/Driver.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Delay creation of internal __wasm_memory_init function

This also allows for its creation to be conditional so it is completely
elided when not needed.

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




More information about the All-commits mailing list