mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If we are emitting a TBD file, the TBD file only contains public symbols of this module. But not public symbols of imported modules which are statically linked to the current binary. This prevents referencing public symbols from other modules which could (potentially) linked statically. Unfortunately there is no way to find out if another module is linked statically or dynamically, so we have to be conservative. Fixes an unresolved-symbol linker error. rdar://89364148
96 KiB
96 KiB