[llvm] [TextAPI] Introduce Records & RecordSlice Types (PR #74115)

Juergen Ributzka via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 15:51: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;
----------------
ributzka wrote:

Is SwiftABI still used?

https://github.com/llvm/llvm-project/pull/74115


More information about the llvm-commits mailing list