[PATCH] D144529: [TextAPI] Add support for TBDv5 Files to nm & tapi-diff
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 18:37:50 PST 2023
cishida created this revision.
cishida added reviewers: ributzka, steven_wu, zixuw.
Herald added a subscriber: hiraditya.
Herald added a reviewer: jhenderson.
Herald added a project: All.
cishida requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.
This includes handling of new attributes for symbols & rpath.
In the event that an older format file is compared to tbd_v5, ignore these new attributes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144529
Files:
llvm/include/llvm/Object/TapiFile.h
llvm/include/llvm/TextAPI/Symbol.h
llvm/lib/BinaryFormat/Magic.cpp
llvm/lib/Object/TapiFile.cpp
llvm/lib/TextAPI/InterfaceFile.cpp
llvm/lib/TextAPI/Symbol.cpp
llvm/test/Object/Inputs/tapi-v5.tbd
llvm/test/Object/nm-tapi.test
llvm/test/tools/llvm-tapi-diff/matching-tbd.test
llvm/test/tools/llvm-tapi-diff/matching-tbd.txt
llvm/test/tools/llvm-tapi-diff/v5.test
llvm/tools/llvm-nm/llvm-nm.cpp
llvm/tools/llvm-tapi-diff/DiffEngine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144529.499343.patch
Type: text/x-patch
Size: 16088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/4490fb81/attachment.bin>
More information about the llvm-commits
mailing list