[WebAssembly] Fix signatures of undefined function in LTO object which are not called...
authorSam Clegg <sbc@chromium.org>
Wed, 29 May 2019 15:36:42 +0000 (15:36 +0000)
committerSam Clegg <sbc@chromium.org>
Wed, 29 May 2019 15:36:42 +0000 (15:36 +0000)
commitd506b0a4843f04ea5e7d36dbb595e31025b60b9a
tree58c204300613ff6ac390b33d81d506354de0d87b
parent2fa31880752a0b0af08ec144e5392b7ef5939f6b
[WebAssembly] Fix signatures of undefined function in LTO object which are not called directly.

We recently added special handling for function that are not called
directly but failed to add testing for the LTO case.

See https://reviews.llvm.org/D62153

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

llvm-svn: 361975
lld/test/wasm/lto/undef.ll
lld/wasm/SymbolTable.cpp