[PATCH] D43264: [WebAssembly] Add explicit symbol table

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 12:05:17 PST 2018


sbc100 updated this revision to Diff 134290.
sbc100 added a comment.

- clang-format


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43264

Files:
  test/wasm/alias.ll
  test/wasm/archive.ll
  test/wasm/data-layout.ll
  test/wasm/init-fini.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/weak-alias.ll
  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: D43264.134290.patch
Type: text/x-patch
Size: 177649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180214/ded0d999/attachment.bin>


More information about the llvm-commits mailing list