mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
98fa58408f
TBD files contain a section reserved for obj-c classes. Previously, TBDGen was adding symbols with this + normal globals with objc class prefixes. This patch removes the extra globals being added. This also accounts for this behavior for `validate-tbd-against-ir` checking. Resolves: rdar://101442087