[PATCH] D42585: [WebAssembly] Add symbol table to LLD, 2/2

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 18:11:06 PST 2018


ncw updated this revision to Diff 132308.
ncw added a comment.

Updated: massaged text expectations for new YAML output


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42585

Files:
  test/wasm/alias.ll
  test/wasm/archive.ll
  test/wasm/call-indirect.ll
  test/wasm/comdats.ll
  test/wasm/data-layout.ll
  test/wasm/export.ll
  test/wasm/init-fini.ll
  test/wasm/load-undefined.test
  test/wasm/local-symbols.ll
  test/wasm/locals-duplicate.test
  test/wasm/many-functions.ll
  test/wasm/relocatable.ll
  test/wasm/signature-mismatch.ll
  test/wasm/stack-pointer.ll
  test/wasm/symbol-type-mismatch.ll
  test/wasm/visibility-hidden.ll
  test/wasm/weak-alias-overide.ll
  test/wasm/weak-alias.ll
  test/wasm/weak-symbols.ll
  test/wasm/weak-undefined.ll
  wasm/Config.h
  wasm/Driver.cpp
  wasm/InputChunks.cpp
  wasm/InputChunks.h
  wasm/InputFiles.cpp
  wasm/InputFiles.h
  wasm/MarkLive.cpp
  wasm/OutputSegment.h
  wasm/SymbolTable.cpp
  wasm/SymbolTable.h
  wasm/Symbols.cpp
  wasm/Symbols.h
  wasm/Writer.cpp
  wasm/WriterUtils.cpp
  wasm/WriterUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42585.132308.patch
Type: text/x-patch
Size: 168320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180201/91ca67b5/attachment.bin>


More information about the llvm-commits mailing list