[llvm] [TextAPI] Introduce Records & RecordSlice Types (PR #74115)
Cyndy Ishida via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 19:27:07 PST 2023
================
@@ -134,20 +134,20 @@ class RecordsSlice {
}
struct BinaryAttrs {
+ std::vector<StringRef> AllowableClients;
+ std::vector<StringRef> RexportedLibraries;
+ std::vector<StringRef> RPaths;
+ StringRef ParentUmbrella;
+ StringRef InstallName;
+ StringRef UUID;
+ StringRef Path;
FileType fileType = FileType::Invalid;
llvm::MachO::PackedVersion CurrentVersion;
llvm::MachO::PackedVersion CompatVersion;
uint8_t SwiftABI = 0;
----------------
cyndyishida wrote:
Is the check/requirement just object files or also dylibs that link into the final linked image?
https://github.com/llvm/llvm-project/pull/74115
More information about the llvm-commits
mailing list