[PATCH] D53945: [TextAPI] TBD Reader/Writer

Juergen Ributzka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 11:40:25 PDT 2018


ributzka created this revision.
ributzka added reviewers: lhames, jakehehrlich, steven_wu, echristo, jhenderson, amontanez.
Herald added subscribers: llvm-commits, dexonsmith, mgrang, hiraditya, mgorny.

Add basic infrastructure for reading and writting TBD files (version 1 - 3).

      

The TextAPI library is not used by anything yet (besides the unit tests). Tool
support will be added in a separate commit.

      

The TBD format is currently documented in the implementation file (TextStub.cpp).

      

This patch depends on https://reviews.llvm.org/D37820.


Repository:
  rL LLVM

https://reviews.llvm.org/D53945

Files:
  llvm/include/llvm/TextAPI/Architecture.def
  llvm/include/llvm/TextAPI/Architecture.h
  llvm/include/llvm/TextAPI/ArchitectureSet.h
  llvm/include/llvm/TextAPI/InterfaceFile.h
  llvm/include/llvm/TextAPI/PackedVersion.h
  llvm/include/llvm/TextAPI/Registry.h
  llvm/include/llvm/TextAPI/Symbol.h
  llvm/lib/CMakeLists.txt
  llvm/lib/LLVMBuild.txt
  llvm/lib/TextAPI/Architecture.cpp
  llvm/lib/TextAPI/ArchitectureSet.cpp
  llvm/lib/TextAPI/CMakeLists.txt
  llvm/lib/TextAPI/InterfaceFile.cpp
  llvm/lib/TextAPI/LLVMBuild.txt
  llvm/lib/TextAPI/PackedVersion.cpp
  llvm/lib/TextAPI/Registry.cpp
  llvm/lib/TextAPI/Symbol.cpp
  llvm/lib/TextAPI/TextAPIContext.h
  llvm/lib/TextAPI/TextAPIReaderWriter.cpp
  llvm/lib/TextAPI/TextAPIReaderWriter.h
  llvm/lib/TextAPI/TextStub.cpp
  llvm/lib/TextAPI/TextStubCommon.cpp
  llvm/lib/TextAPI/TextStubCommon.h
  llvm/unittests/CMakeLists.txt
  llvm/unittests/TextAPI/CMakeLists.txt
  llvm/unittests/TextAPI/TextStubV1Tests.cpp
  llvm/unittests/TextAPI/TextStubV2Tests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53945.171977.patch
Type: text/x-patch
Size: 134258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181031/4b8a405a/attachment.bin>


More information about the llvm-commits mailing list