[PATCH] D48693: [WebAssembly] LTO: Fix signatures of bitcode symbols

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 17:40:08 PDT 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, steven_wu, sunfish, aheejin, jgravelle-google, inglorion, mehdi_amini, dschuff.

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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48693

Files:
  test/wasm/lto/undef.ll
  wasm/Driver.cpp
  wasm/SymbolTable.cpp
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48693.153222.patch
Type: text/x-patch
Size: 5077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180628/7a0a46fe/attachment.bin>


More information about the llvm-commits mailing list