[TextAPI] move source code files out of subdirectory, NFC
authorCyndy Ishida <cyndy_ishida@apple.com>
Mon, 5 Apr 2021 16:59:50 +0000 (09:59 -0700)
committerCyndy Ishida <cyndy_ishida@apple.com>
Mon, 5 Apr 2021 17:24:42 +0000 (10:24 -0700)
commit0116d04d04f20e9ae62ba847075840c3cb298080
treea34708fe7cf17f71131d45e1c25451b9f766f2d9
parent5abc7250122701012414733fc3273c01a45ffd29
[TextAPI] move source code files out of subdirectory, NFC

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
40 files changed:
clang/docs/ClangFormattedStatus.rst
lld/MachO/Config.h
lld/MachO/Driver.cpp
lld/MachO/DriverUtils.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputFiles.h
lld/lib/ReaderWriter/MachO/File.h
llvm/include/llvm/Object/TapiFile.h
llvm/include/llvm/Object/TapiUniversal.h
llvm/include/llvm/TextAPI/Architecture.def [moved from llvm/include/llvm/TextAPI/MachO/Architecture.def with 96% similarity]
llvm/include/llvm/TextAPI/Architecture.h [moved from llvm/include/llvm/TextAPI/MachO/Architecture.h with 93% similarity]
llvm/include/llvm/TextAPI/ArchitectureSet.h [moved from llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h with 97% similarity]
llvm/include/llvm/TextAPI/InterfaceFile.h [moved from llvm/include/llvm/TextAPI/MachO/InterfaceFile.h with 97% similarity]
llvm/include/llvm/TextAPI/PackedVersion.h [moved from llvm/include/llvm/TextAPI/MachO/PackedVersion.h with 96% similarity]
llvm/include/llvm/TextAPI/Platform.h [moved from llvm/include/llvm/TextAPI/MachO/Platform.h with 95% similarity]
llvm/include/llvm/TextAPI/Symbol.h [moved from llvm/include/llvm/TextAPI/MachO/Symbol.h with 97% similarity]
llvm/include/llvm/TextAPI/Target.h [moved from llvm/include/llvm/TextAPI/MachO/Target.h with 93% similarity]
llvm/include/llvm/TextAPI/TextAPIReader.h [moved from llvm/include/llvm/TextAPI/MachO/TextAPIReader.h with 100% similarity]
llvm/include/llvm/TextAPI/TextAPIWriter.h [moved from llvm/include/llvm/TextAPI/MachO/TextAPIWriter.h with 100% similarity]
llvm/lib/Object/TapiUniversal.cpp
llvm/lib/TextAPI/Architecture.cpp [moved from llvm/lib/TextAPI/MachO/Architecture.cpp with 89% similarity]
llvm/lib/TextAPI/ArchitectureSet.cpp [moved from llvm/lib/TextAPI/MachO/ArchitectureSet.cpp with 97% similarity]
llvm/lib/TextAPI/CMakeLists.txt
llvm/lib/TextAPI/InterfaceFile.cpp [moved from llvm/lib/TextAPI/MachO/InterfaceFile.cpp with 99% similarity]
llvm/lib/TextAPI/PackedVersion.cpp [moved from llvm/lib/TextAPI/MachO/PackedVersion.cpp with 98% similarity]
llvm/lib/TextAPI/Platform.cpp [moved from llvm/lib/TextAPI/MachO/Platform.cpp with 96% similarity]
llvm/lib/TextAPI/Symbol.cpp [moved from llvm/lib/TextAPI/MachO/Symbol.cpp with 97% similarity]
llvm/lib/TextAPI/Target.cpp [moved from llvm/lib/TextAPI/MachO/Target.cpp with 96% similarity]
llvm/lib/TextAPI/TextAPIContext.h [moved from llvm/lib/TextAPI/MachO/TextAPIContext.h with 100% similarity]
llvm/lib/TextAPI/TextStub.cpp [moved from llvm/lib/TextAPI/MachO/TextStub.cpp with 99% similarity]
llvm/lib/TextAPI/TextStubCommon.cpp [moved from llvm/lib/TextAPI/MachO/TextStubCommon.cpp with 99% similarity]
llvm/lib/TextAPI/TextStubCommon.h [moved from llvm/lib/TextAPI/MachO/TextStubCommon.h with 93% similarity]
llvm/tools/llvm-ifs/llvm-ifs.cpp
llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
llvm/tools/llvm-lipo/llvm-lipo.cpp
llvm/unittests/TextAPI/TextStubHelpers.h
llvm/unittests/TextAPI/TextStubV1Tests.cpp
llvm/unittests/TextAPI/TextStubV2Tests.cpp
llvm/unittests/TextAPI/TextStubV3Tests.cpp
llvm/unittests/TextAPI/TextStubV4Tests.cpp