Files
swift-mirror/lib/SILGen/SILGenTopLevel.cpp
Ian Anderson e7f1ea5848 [Concurrency] SILGenModule::emitEntryPoint crashes when exit hasn't been imported
If `exit` hasn't been imported, SILGenModule::emitEntryPoint crashes because it doesn't synthesize an exit function like SILGenFunction::emitCallToMain does. Make it do so.

rdar://122413238
2024-02-07 14:08:30 -08:00

18 KiB