aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TextAPI/TextStub.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Replace PlatformKind with PlatformType.Juergen Ributzka1-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 Hirata1-2/+2
2021-04-05[TextAPI] move source code files out of subdirectory, NFCCyndy Ishida1-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