[PATCH] D149860: [TextAPI] Introduce SymbolSet
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 08:49:02 PDT 2023
cishida created this revision.
cishida added reviewers: ributzka, zixuw.
Herald added a subscriber: hiraditya.
Herald added a project: All.
cishida requested review of this revision.
Herald added a project: LLVM.
SymbolSet is a structure that acts as a simple container class for exported symbols that
belong to a library interface. It allows tapi to decouple the globals
from the other library attributes. It's uniqued by symbol name and `kind`, which all contain their assigned target triples.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149860
Files:
llvm/include/llvm/TextAPI/InterfaceFile.h
llvm/include/llvm/TextAPI/Symbol.h
llvm/include/llvm/TextAPI/SymbolSet.h
llvm/lib/TextAPI/CMakeLists.txt
llvm/lib/TextAPI/InterfaceFile.cpp
llvm/lib/TextAPI/Symbol.cpp
llvm/lib/TextAPI/SymbolSet.cpp
llvm/unittests/TextAPI/TextStubV5Tests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149860.519511.patch
Type: text/x-patch
Size: 21020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230504/301f37ee/attachment.bin>
More information about the llvm-commits
mailing list