commit | 8fcf012693aeb25e29430bcbbf6a60f28f440357 | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Tue May 21 09:13:09 2019 +0000 |
committer | Sam Clegg <sbc@chromium.org> | Tue May 21 09:13:09 2019 +0000 |
tree | 0219f30b8ebe622f6b18d522b85ed2b6008b1b86 | |
parent | f33f1816785ab6085cfdc24cce7117c5e0d99559 [diff] |
[WebAssembly] Refactor synthetic sections and relocation processing. NFC. Major refactor to better match the structure of the ELF linker. - Split out relocation processing into scanRelocations - Split out synthetic sections into their own classes. Differential Revision: https://reviews.llvm.org/D61811 llvm-svn: 361233