Files
swift-mirror/lib/Frontend/ModuleInterfaceBuilder.cpp
Alexis Laferrière 2a1e5ed08f [Frontend] Lock the swiftmodule when rebuilding from the swiftinterface
When rebuilding a module interface from the textual interface, lock the
destination path of the created swiftmodule instead of the source
swiftinterface. The swiftinterface files are likely to be in the SDK and
may be on a read-only filesystem.

rdar://60247977
2021-03-02 11:04:00 -08:00

14 KiB