[PATCH] D95420: Revert "[WebAssembly] MC layer writes table symbols to object files"

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 10:18:23 PST 2021


tlively added a comment.

Yes, I agree. We advertise a stable object format with the goal of making the linker forward-compatible. The value we get from that is that users with different toolchain versions (for both Emscripten and WASI) can share libraries without worrying about version skew in either direction as long as a least common denominator of features is used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95420



More information about the llvm-commits mailing list