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

dmajor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 12:07:16 PST 2021


dmajor added a comment.

Hi, after this commit our builds of wasi-sdk have broken because wasi-libc's makefile [1] finds an undefined symbol for `__indirect_function_table` that wasn't in its expected list [2].

Just to check, is this intended? Does the undefined-symbols.txt need an update?

[1] https://github.com/WebAssembly/wasi-libc/blob/master/Makefile#L506
[2] https://github.com/WebAssembly/wasi-libc/blob/master/expected/wasm32-wasi/undefined-symbols.txt


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