[all-commits] [llvm/llvm-project] d43f08: [lld][WebAssembly] stub objects: Fix handling of L...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Apr 13 20:32:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d43f0889dd5415ca43e246c6a44d688aec454ec6
      https://github.com/llvm/llvm-project/commit/d43f0889dd5415ca43e246c6a44d688aec454ec6
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M lld/test/wasm/lto/stub-library-libcall.s
    M lld/wasm/Driver.cpp

  Log Message:
  -----------
  [lld][WebAssembly] stub objects: Fix handling of LTO libcall dependencies

This actually simplifies the code by performs a pre-pass of the stub
objects prior to LTO.

This should be the final change needed before we can make the switch
on the emscripten side: https://github.com/emscripten-core/emscripten/pull/18905

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




More information about the All-commits mailing list