[PATCH] D92215: [WebAssembly] MC layer writes table symbols to object files

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 15:43:38 PST 2021


sbc100 added a comment.

In D92215#2505565 <https://reviews.llvm.org/D92215#2505565>, @dmajor wrote:

> Here's the log: https://firefoxci.taskcluster-artifacts.net/U_L_Cc_QRxiRefZVNDs8KQ/0/public/logs/live_backing.log

Ah yes, that list is a list of undefined symbols in the library/object files.   In that case the new symbol *is* expected to exist and wasi-sdk will need to be modified to ignore or handle this new symbol somehow.    Probably just ignoring it for now makes sense (so that the Makefile continues to work with new and old versions of llvm).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92215/new/

https://reviews.llvm.org/D92215



More information about the llvm-commits mailing list