summaryrefslogtreecommitdiff
path: root/test/lit/binary/dylink.test
Commit message (Collapse)AuthorAgeFilesLines
* Support new dylink.0 custom section format (#4141)Sam Clegg2021-09-111-3/+3
| | | | | | | See also: spec change: https://github.com/WebAssembly/tool-conventions/pull/170 llvm change: https://reviews.llvm.org/D109595 wabt change: https://github.com/WebAssembly/wabt/pull/1707 emscripten change: https://github.com/emscripten-core/emscripten/pull/15019
* Handle extra info in dylink section (#4112)Sam Clegg2021-08-311-0/+15
If extra data is found in this section simply propagate it. Also, remove some dead code from wasm-binary.cpp.