================ @@ -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) { ---------------- cyndyishida wrote:
`getExports()` only gets called once for the whole lifetime of InstallAPI as it releases ownership over the exports to forward along to write out the final TBD file. https://github.com/llvm/llvm-project/pull/88750 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits