[PATCH] D60882: [WebAssembly] Error on relocations against undefined data symbols.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 14:57:35 PDT 2019


sbc100 added a comment.

In D60882#1472279 <https://reviews.llvm.org/D60882#1472279>, @kripken wrote:

> As mentioned on the issue, I'd prefer if we got imports for such globals, but if that's not possible then definitely an error instead of just silently emitting a 0 is better, lgtm.


We can get imports I think, but it will have to be a codegen option I think, the linker can't convert them.  So I see it as a separate compiler issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60882





More information about the llvm-commits mailing list