Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] MC: Refactor relocation handling | Sam Clegg | 2017-06-06 | 1 | -10/+10 |
| | | | | | | | | | | | | | The change cleans up and unifies the handling of relocation entries in WasmObjectWriter. Type index relocation no longer need to be handled separately. The only externally visible change should be that type index relocations are no longer grouped at the end. Differential Revision: https://reviews.llvm.org/D33918 llvm-svn: 304816 | ||||
* | [WebAssembly] Add some tests for wasm MC layer | Sam Clegg | 2017-04-28 | 1 | -0/+59 |
Subscribers: jfb, dschuff Differential Revision: https://reviews.llvm.org/D32558 llvm-svn: 301606 |