[all-commits] [llvm/llvm-project] f48923: [WebAssembly][lld] --importTable flag only imports...

Andy Wingo via All-commits all-commits at lists.llvm.org
Thu Feb 18 00:27:47 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f48923e884611e6271a8da821a58aedd24d91cf7
      https://github.com/llvm/llvm-project/commit/f48923e884611e6271a8da821a58aedd24d91cf7
  Author: Andy Wingo <wingo at igalia.com>
  Date:   2021-02-18 (Thu, 18 Feb 2021)

  Changed paths:
    M lld/test/wasm/import-table.test
    M lld/wasm/Driver.cpp

  Log Message:
  -----------
  [WebAssembly][lld] --importTable flag only imports table if needed

Before, --importTable forced the creation of an indirect function table,
whether it was needed or not.  Now it only imports a table if needed.

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




More information about the All-commits mailing list