[PATCH] D40614: Add .init_array support to Wasm LLD
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 08:32:45 PST 2017
ncw updated this revision to Diff 125736.
ncw added a comment.
CHANGES:
- Rebased...
- Integrated Sam's changes from https://reviews.llvm.org/D40760, in particular his tests and his renaming/refactoring (where possible)
I suspect there'll be some more conflicts as soon as https://reviews.llvm.org/D40859 is merged. I'm quite happy for https://reviews.llvm.org/D40859 to be merged first, and I can rebase this patch.
(NB. My entrypoint changes are "Ready to Land" in Phabricator, so I've rebased on top of those, since surely they'll be merged sooner than this. I'm just trying to minimise the amount of rebasing and conflicts.)
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D40614
Files:
test/wasm/call-indirect.ll
test/wasm/data-layout.ll
test/wasm/init-array-cxx.ll
test/wasm/init-array-empty.ll
test/wasm/init-fini-array.ll
test/wasm/local-symbols.ll
test/wasm/stack-pointer.ll
test/wasm/weak-alias-overide.ll
test/wasm/weak-alias.ll
test/wasm/weak-external.ll
wasm/Config.h
wasm/Driver.cpp
wasm/SymbolTable.cpp
wasm/SymbolTable.h
wasm/Symbols.h
wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40614.125736.patch
Type: text/x-patch
Size: 27866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171206/163952e6/attachment.bin>
More information about the llvm-commits
mailing list