OSDN Git Service

Revert r347823 "[TextAPI] Switch back to a custom Platform enum."
authorHans Wennborg <hans@hanshq.net>
Thu, 29 Nov 2018 15:47:24 +0000 (15:47 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 29 Nov 2018 15:47:24 +0000 (15:47 +0000)
commitb075bab277fe1bf441f3fd08cc64b3f72c883509
tree0ed893d96b44538d8787eb4710aa4ef79623e782
parentdd1b6604dba5a383f6a71a06006f53d4864591a4
Revert r347823 "[TextAPI] Switch back to a custom Platform enum."

It broke the Windows buildbots, e.g.
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/21829/steps/test/logs/stdio

This also reverts the follow-ups: r347824, r347827, and r347836.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347874 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
include/llvm/TextAPI/MachO/Architecture.def [deleted file]
include/llvm/TextAPI/MachO/Architecture.h [deleted file]
include/llvm/TextAPI/MachO/ArchitectureSet.h [deleted file]
include/llvm/TextAPI/MachO/InterfaceFile.h [deleted file]
include/llvm/TextAPI/MachO/PackedVersion.h [deleted file]
include/llvm/TextAPI/MachO/Symbol.h [deleted file]
include/llvm/TextAPI/MachO/TextAPIReader.h [deleted file]
include/llvm/TextAPI/MachO/TextAPIWriter.h [deleted file]
lib/CMakeLists.txt
lib/LLVMBuild.txt
lib/TextAPI/CMakeLists.txt [deleted file]
lib/TextAPI/LLVMBuild.txt [deleted file]
lib/TextAPI/MachO/Architecture.cpp [deleted file]
lib/TextAPI/MachO/ArchitectureSet.cpp [deleted file]
lib/TextAPI/MachO/InterfaceFile.cpp [deleted file]
lib/TextAPI/MachO/PackedVersion.cpp [deleted file]
lib/TextAPI/MachO/Symbol.cpp [deleted file]
lib/TextAPI/MachO/TextAPIContext.h [deleted file]
lib/TextAPI/MachO/TextStub.cpp [deleted file]
lib/TextAPI/MachO/TextStubCommon.cpp [deleted file]
lib/TextAPI/MachO/TextStubCommon.h [deleted file]
unittests/CMakeLists.txt
unittests/TextAPI/CMakeLists.txt [deleted file]
unittests/TextAPI/TextStubV1Tests.cpp [deleted file]
unittests/TextAPI/TextStubV2Tests.cpp [deleted file]