[PATCH] D67527: [TextAPI] Arch&Platform to Target

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 16:21:42 PDT 2019


cishida created this revision.
cishida added reviewers: ributzka, steven_wu, plotfi.
Herald added subscribers: dexonsmith, hiraditya, mgorny.
Herald added a project: LLVM.

This is a patch for updating TextAPI/Macho to read in targets as opposed to arch/platform.
This is because in previous versions tbd files only supported a single platform but that is no longer the case,
so, now its tracked by unique triples.
This precedes a seperate patch that will add  the TBD-v4 format


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67527

Files:
  llvm/include/llvm/TextAPI/MachO/Architecture.h
  llvm/include/llvm/TextAPI/MachO/ArchitectureSet.h
  llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
  llvm/include/llvm/TextAPI/MachO/Platform.h
  llvm/include/llvm/TextAPI/MachO/Symbol.h
  llvm/include/llvm/TextAPI/MachO/Target.h
  llvm/lib/Object/TapiFile.cpp
  llvm/lib/TextAPI/CMakeLists.txt
  llvm/lib/TextAPI/MachO/Architecture.cpp
  llvm/lib/TextAPI/MachO/InterfaceFile.cpp
  llvm/lib/TextAPI/MachO/Platform.cpp
  llvm/lib/TextAPI/MachO/Symbol.cpp
  llvm/lib/TextAPI/MachO/Target.cpp
  llvm/lib/TextAPI/MachO/TextStub.cpp
  llvm/lib/TextAPI/MachO/TextStubCommon.cpp
  llvm/lib/TextAPI/MachO/TextStubCommon.h
  llvm/tools/llvm-ifs/llvm-ifs.cpp
  llvm/unittests/TextAPI/TextStubV1Tests.cpp
  llvm/unittests/TextAPI/TextStubV2Tests.cpp
  llvm/unittests/TextAPI/TextStubV3Tests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67527.220025.patch
Type: text/x-patch
Size: 61552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/02ec51e5/attachment-0001.bin>


More information about the llvm-commits mailing list