-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.linkingos-macosmacOSmacOS
Milestone
Description
Notably, v5 has a more compact JSON form that we can use for lib/libc/darwin/libSystem.tbd.
For comparison:
❯ llvm-readtapi lib/libc/darwin/libSystem.tbd --filetype=tbd-v4 | wc -c
337439
❯ llvm-readtapi lib/libc/darwin/libSystem.tbd --filetype=tbd-v5 | wc -c
425458
❯ llvm-readtapi lib/libc/darwin/libSystem.tbd --filetype=tbd-v5 -compact | wc -c
258486
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.linkingos-macosmacOSmacOS