| commit | cefbf9aca1d52505ecd0a4a526f5b914ae760078 | [log] [tgz] |
|---|---|---|
| author | Sam Clegg <sbc@chromium.org> | Thu Jun 28 16:53:53 2018 +0000 |
| committer | Sam Clegg <sbc@chromium.org> | Thu Jun 28 16:53:53 2018 +0000 |
| tree | ea37b7da299bf317a63795e9ff418ece49f80d21 | |
| parent | cdc5f6ad5c79a175c959f0dfb1a27f55e53892c5 [diff] |
[WebAssembly] LTO: Fix signatures of undefined functions in bitcode Function symbols that come from bitcode have not signatures. After LTO when the real symbols are read in we need to make sure that we set the signature on the existing symbol. the signature-less undefined functions. Differential Revision: https://reviews.llvm.org/D48693 llvm-svn: 335875