Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-13 | Replace PlatformKind with PlatformType. | Juergen Ributzka | 1 | -14/+13 | |
The PlatformKind/PlatformType enums contain the same information, which requires them to be kept in-sync. This commit changes over to PlatformType as the sole source of truth, which allows the removal of the redundant PlatformKind. The majority of the changes were in LLD and TextAPI. Reviewed By: cishida Differential Revision: https://reviews.llvm.org/D117163 | |||||
2021-09-16 | [llvm] Use drop_begin (NFC) | Kazu Hirata | 1 | -2/+2 | |
2021-04-05 | [TextAPI] move source code files out of subdirectory, NFC | Cyndy Ishida | 1 | -0/+1150 | |
TextAPI/ELF has moved out into InterfaceStubs, so theres no longer a need to seperate out TextAPI between formats. Reviewed By: ributzka, int3, #lld-macho Differential Revision: https://reviews.llvm.org/D99811 |