Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Update dylink section parsing | Sam Clegg | 2018-12-12 | 1 | -0/+4 |
| | | | | | | | | | | This updates the format of the dylink section in accordance with recent "spec" change: https://github.com/WebAssembly/tool-conventions/pull/77 Differential Revision: https://reviews.llvm.org/D55609 llvm-svn: 348989 | ||||
* | [WebAssembly] Add support for dylink section in object format | Sam Clegg | 2018-11-14 | 1 | -0/+24 |
See https://github.com/WebAssembly/tool-conventions/blob/master/DynamicLinking.md. Differential Revision: https://reviews.llvm.org/D54490 llvm-svn: 346880 |