[PATCH] D67646: [TextAPI] Add Multiple Document Support to TBDv3

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 19:35:17 PDT 2019


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

Tbdv3 explicitly supports multiple documents in a single tbd file to support something like inlining a framework.
This missing feature was the cause of the asan bug in https://reviews.llvm.org/D66160


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67646

Files:
  llvm/include/llvm/Object/TapiUniversal.h
  llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
  llvm/lib/Object/TapiUniversal.cpp
  llvm/lib/TextAPI/MachO/TextStub.cpp
  llvm/test/Object/nm-tapi.test
  llvm/tools/llvm-nm/llvm-nm.cpp
  llvm/unittests/TextAPI/TextStubV3Tests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67646.220425.patch
Type: text/x-patch
Size: 17522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190917/f566d298/attachment.bin>


More information about the llvm-commits mailing list