[all-commits] [llvm/llvm-project] eb2eee: [llvm][TextAPI] add equality operator for Interfac...
Sam via All-commits
all-commits at lists.llvm.org
Thu Feb 18 11:56:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb2eeeb76f7a294b2a8ddd6d09aafe1402ed9348
https://github.com/llvm/llvm-project/commit/eb2eeeb76f7a294b2a8ddd6d09aafe1402ed9348
Author: Sam Powell <sam at sampowell.dev>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
M llvm/include/llvm/TextAPI/MachO/Symbol.h
M llvm/lib/TextAPI/MachO/InterfaceFile.cpp
M llvm/unittests/TextAPI/TextStubHelpers.h
M llvm/unittests/TextAPI/TextStubV3Tests.cpp
M llvm/unittests/TextAPI/TextStubV4Tests.cpp
Log Message:
-----------
[llvm][TextAPI] add equality operator for InterfaceFile
This patch adds functionality to compare for the equality between `InterfaceFile`s based on attributes specific to linking.
Reviewed By: cishida, steven_wu
Differential Revision: https://reviews.llvm.org/D96629
More information about the All-commits
mailing list