[PATCH] D96001: [WebAssembly][lld] Precolor table numbers for MVP inputs

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 23:50:02 PST 2021


wingo created this revision.
wingo added a reviewer: sbc100.
Herald added subscribers: ecnelises, sunfish, jgravelle-google, dschuff.
wingo requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Support linking of MVP and reftypes object files by ensuring that tables
used by MVP objects preserve their table numbers.  This is because MVP
object files don't have table number relocations, so they can't relocate
table references.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96001

Files:
  lld/wasm/Driver.cpp
  lld/wasm/InputFiles.cpp
  lld/wasm/SymbolTable.cpp
  lld/wasm/Symbols.cpp
  lld/wasm/SyntheticSections.cpp
  lld/wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96001.321326.patch
Type: text/x-patch
Size: 12294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210204/e319168a/attachment.bin>


More information about the llvm-commits mailing list