[all-commits] [llvm/llvm-project] 0882c7: [TextAPI] Introduce SymbolSet
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Mon Jul 24 12:02:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0882c70df222a89c15f2776b85a60696e6ecd712
https://github.com/llvm/llvm-project/commit/0882c70df222a89c15f2776b85a60696e6ecd712
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/include/llvm/TextAPI/InterfaceFile.h
M llvm/include/llvm/TextAPI/Symbol.h
A llvm/include/llvm/TextAPI/SymbolSet.h
M llvm/lib/TextAPI/CMakeLists.txt
M llvm/lib/TextAPI/InterfaceFile.cpp
M llvm/lib/TextAPI/Symbol.cpp
A llvm/lib/TextAPI/SymbolSet.cpp
M llvm/unittests/TextAPI/TextStubV5Tests.cpp
Log Message:
-----------
[TextAPI] Introduce SymbolSet
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.
Reviewed By: zixuw
Differential Revision: https://reviews.llvm.org/D149860
More information about the All-commits
mailing list