[PATCH] D96629: [llvm][TextAPI] add equality operator for InterfaceFile
Sam Powell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 13:13:47 PST 2021
spowell created this revision.
Herald added subscribers: cishida, hiraditya.
spowell requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds functionality to compare for the equality between `InterfaceFile`s based on attributes specific to linking.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96629
Files:
llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
llvm/include/llvm/TextAPI/MachO/Symbol.h
llvm/lib/TextAPI/MachO/InterfaceFile.cpp
llvm/unittests/TextAPI/TextStubV3Tests.cpp
llvm/unittests/TextAPI/TextStubV4Tests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96629.323457.patch
Type: text/x-patch
Size: 28568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210212/6d660c2d/attachment.bin>
More information about the llvm-commits
mailing list