[PATCH] D42105: [WebAssembly] Symbol changes #4: export relocatable, LLD only

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 03:49:19 PST 2018


ncw updated this revision to Diff 130391.
ncw marked 2 inline comments as done.
ncw added a comment.

Updated:

- Fixed terminology in comments
- Use `llvm::StringSaver` to get rid of `std::set<std::string>` in favour of `llvm::StringSet`


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42105

Files:
  test/wasm/Inputs/locals-duplicate1.ll
  test/wasm/Inputs/locals-duplicate2.ll
  test/wasm/call-indirect.ll
  test/wasm/init-fini.ll
  test/wasm/locals-duplicate.test
  test/wasm/relocatable.ll
  test/wasm/visibility-hidden.ll
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42105.130391.patch
Type: text/x-patch
Size: 40587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/74f55aab/attachment.bin>


More information about the llvm-commits mailing list