[all-commits] [llvm/llvm-project] 4b8e2d: [lld][WebAssembly] Fix crash on function signature...

Sam Clegg via All-commits all-commits at lists.llvm.org
Sat Apr 25 10:27:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b8e2d8e81adf3aa1ea79fe0b908100c4ea69f65
      https://github.com/llvm/llvm-project/commit/4b8e2d8e81adf3aa1ea79fe0b908100c4ea69f65
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2020-04-25 (Sat, 25 Apr 2020)

  Changed paths:
    M lld/test/wasm/signature-mismatch.ll
    M lld/wasm/SymbolTable.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Fix crash on function signature mismatch with --relocatable

These stub new function were not being added to the symbol table
which in turn meant that we were crashing when trying to output
relocations against them.

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




More information about the All-commits mailing list