[clang] [llvm] [InstallAPI] Add support for aliased exports (PR #88750)
Juergen Ributzka via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 10:14:48 PDT 2024
================
@@ -973,5 +978,24 @@ bool DylibVerifier::verifyBinaryAttrs(const ArrayRef<Target> ProvidedTargets,
return true;
}
+std::unique_ptr<SymbolSet> DylibVerifier::getExports() {
+ for (const auto &[Alias, Base] : Aliases) {
----------------
ributzka wrote:
In that case I would update the function name to `takeExports`.
https://github.com/llvm/llvm-project/pull/88750
More information about the cfe-commits
mailing list