[PATCH] D43476: [WebAssembly] Rename symbols types in preparation to adding wasm globals

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 11:47:24 PST 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.

We want to use GlobalSymbol to represent real wasm globals and
DataSymbol for pointers to things in linear memory (what ELF would
call STT_OBJECT).

This reduces the size the patch to add the explicit symbol table
which is coming soon!


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43476

Files:
  wasm/Driver.cpp
  wasm/InputFiles.cpp
  wasm/InputFiles.h
  wasm/MarkLive.cpp
  wasm/SymbolTable.cpp
  wasm/SymbolTable.h
  wasm/Symbols.cpp
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43476.134958.patch
Type: text/x-patch
Size: 19864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180219/48ee94c2/attachment.bin>


More information about the llvm-commits mailing list