mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
34e41f2e81
We want to have the option of building the standard library without -sil-serialize-all. For now, the build crashes in the SIL verifier due to various issues; upcoming patches will address these. This is part of the larger goal of building the stdlib with -enable-resilience. Part of https://bugs.swift.org/browse/SR-267.