[PATCH] D66159: [Object] Add tapi files to object

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 13:06:52 PDT 2019


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

The intention for this is to allow reading and printing symbols out from
llvm-nm. Tapi file, and Tapi universal follow a similiar format to
their respective MachO Object format.

The tests are depedent on llvm-nm processing tbd files which is why they're 
in a seperate revision.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66159

Files:
  llvm/include/llvm/Object/Binary.h
  llvm/include/llvm/Object/TapiFile.h
  llvm/include/llvm/Object/TapiUniversal.h
  llvm/lib/Object/Binary.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/LLVMBuild.txt
  llvm/lib/Object/TapiFile.cpp
  llvm/lib/Object/TapiUniversal.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66159.214904.patch
Type: text/x-patch
Size: 14397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/eb25d978/attachment.bin>


More information about the llvm-commits mailing list