[all-commits] [llvm/llvm-project] 51b521: [lld][WebAssembly] Use a more meaningful name for ...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Jan 16 14:55:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 51b521c07a7a784d087d6a4c176b132cc4e36db7
      https://github.com/llvm/llvm-project/commit/51b521c07a7a784d087d6a4c176b132cc4e36db7
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

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

  Log Message:
  -----------
  [lld][WebAssembly] Use a more meaningful name for stub functions

When we generate these stub functions on signature mismatches give
them a more meaningful name so that when people see this in stack
traces is gives a clue as the what is going on.

See: https://github.com/emscripten-core/emscripten/issues/10226

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




More information about the All-commits mailing list