forked from OSchip/llvm-project
3025c3eded
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TextStubHelpers.h | ||
TextStubV1Tests.cpp | ||
TextStubV2Tests.cpp | ||
TextStubV3Tests.cpp | ||
TextStubV4Tests.cpp |