[PATCH] D43264: [WebAssembly] Add explicit symbol table
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 13 15:51:19 PST 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, arichardson, dschuff, jfb.
This change modified lld to in response the llvm change which
moved to a more explicit symbol table in the object format.
Based on patches by Nicholas Wilson:
1. https://reviews.llvm.org/D41955
2. https://reviews.llvm.org/D42585
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.134137.patch
Type: text/x-patch
Size: 178215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180213/4119dede/attachment-0001.bin>
More information about the llvm-commits
mailing list