[PATCH] D66160: [llvm-nm] Add tapi file support

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 13:07:40 PDT 2019


cishida updated this revision to Diff 219592.
cishida added a comment.

- [TextAPI] move archs to architecture.def

1. Updating D66160 <https://reviews.llvm.org/D66160>: [llvm-nm] Add tapi file support #

move the set of 64bit supported archs inside the def file


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66160/new/

https://reviews.llvm.org/D66160

Files:
  llvm/include/llvm/Object/TapiFile.h
  llvm/include/llvm/TextAPI/MachO/Architecture.def
  llvm/include/llvm/TextAPI/MachO/Architecture.h
  llvm/lib/Object/TapiFile.cpp
  llvm/lib/TextAPI/MachO/Architecture.cpp
  llvm/test/Object/Inputs/tapi-invalid-v1.tbd
  llvm/test/Object/Inputs/tapi-invalid-v2.tbd
  llvm/test/Object/Inputs/tapi-invalid-v3.tbd
  llvm/test/Object/Inputs/tapi-v1.tbd
  llvm/test/Object/Inputs/tapi-v2.tbd
  llvm/test/Object/Inputs/tapi-v3.tbd
  llvm/test/Object/nm-tapi-invalids.test
  llvm/test/Object/nm-tapi.test
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66160.219592.patch
Type: text/x-patch
Size: 14093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190910/7f4ce5c2/attachment.bin>


More information about the llvm-commits mailing list