swift
53c70df3 - Runtimes: add `-nostdlibimport` to the runtime build

Commit
262 days ago
Runtimes: add `-nostdlibimport` to the runtime build If the compiler being used to build the runtime is from a complete toolchain, we may inadvertently pick up runtime from the previous build rather than the just built Swift Core library. Pass `-nostdlibimport` to ensure that we do not search the default search paths when building and use the locally built swiftCore.
Author
Committer
Parents
Loading