Files
swift-mirror/lib/Immediate/Immediate.cpp
Ben Langmuir e759007256 [Immediate] Workaround for loading merged frameworks in immediate mode
Some frameworks that previously had a separate swift overlay have been
merged in macOS 14. This is causing symbols to not resolve if using the
new SDK but running on an older OS in immediate mode. Ideally we would
handle this automatically in JITLink as is done by the system linker,
but in the meantime add a workaround to load the correct libraries
manually.

rdar://110371405
2023-06-09 16:37:57 -07:00

14 KiB