[PATCH] D57869: [WebAssembly] Honor WASM_SYBMOL_EXPORT symbol flag

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 17:50:29 PST 2019


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

I think I like the idea of adding a way to annotate a symbol at source level so that the symbol is exported. It is unfortunate that there's no way to express distinction between module-local (DSO-local) symbols and (truly) global symbols in C by default.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D57869





More information about the llvm-commits mailing list