mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There was a recent change to error early if the stdlib couldn't be loaded when semantic functionality is required. Since `ide::initCompilerInvocation` was ignoring the given `Action` and just setting to `Typecheck` instead, this would cause an error even if semantic functionality *wasn't* required. Resolves rdar://88968608.