Files
swift-mirror/lib/Frontend/ParseableInterfaceModuleLoader.cpp
Nathan Hawes 02e422e5fe [ParseableInterface] Normalize paths before comparison when serializing dependencies
Dependencies in the SDK have their paths serialized relative to it to allow the
produced swift module to stay valid when the SDK moves. In the windows build
mixed slashes were coming through in these paths and breaking the check for
whether a dependency was in the SDK or not.

This patch ensures both paths are using native path separators prior to the
comparison to hopefuly fix the Windows build.
2019-04-07 11:39:02 -07:00

44 KiB