[PATCH] D94993: [lld][WebAssembly] Don't defined indirect function table in relocatable output

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 12:57:26 PST 2021


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/test/wasm/locals-duplicate.test:241
+; RELOC-NEXT:          Index:           0
+; RELOC-NEXT:          ElemType:        FUNCREF
+; RELOC-NEXT:          Limits:
----------------
dschuff wrote:
> is this elemtype correct? do we just not distinguish right now?
Looks like the answer is that we only have FUNCREF and EXTERNREF right now. Maybe doesn't matter for this case, I guess that's something we can fix in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94993



More information about the llvm-commits mailing list