Files
swift-mirror/lib/Frontend/CompilerInvocation.cpp
Alastair Houghton a02fea9c7a [Frontend][Driver] Fix Windows paths for swiftCore.
For testing, we need to make sure that we pick up `libswiftCore.dll`
from the `bin` directory, rather than the copy in `lib`.  Otherwise,
when we use the interpreter mode, we'll `LoadLibrary` the one from
`lib`, but Windows found the one in `bin` already, so we end up with
two `libswiftCore.dll`s in the same process, which is bad.

rdar://101623384
2026-02-03 18:23:29 +00:00

178 KiB