Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama | 2019-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | This patch does the same thing as r365595 to other subdirectories, which completes the naming style change for the entire lld directory. With this, the naming style conversion is complete for lld. Differential Revision: https://reviews.llvm.org/D64473 llvm-svn: 365730 | ||||
* | [WebAssembly] Refactor synthetic sections and relocation processing. NFC. | Sam Clegg | 2019-05-21 | 1 | -0/+22 |
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 |