Saleem Abdulrasool
Saleem Abdulrasool
Update swift-argument-parser to 1.6.1 to mirror upstream.
Update swift-tools-protocols to 0.0.10 to match upstream.
Update curl to 8.17.0 to match upstream.
It seems that we are triggering the SLoc exhaustion on Windows now (unclear why). This is something which has been reported upstream as well and there is no answer to...
Add support to build LLVM and Clang as DLL and perform dynamic linking for the binary tools, clang, swift. This should help reduce memory pressure and reduce build times.
We would concatenate and re-tokenise the command line even though we receive the command line pre-tokenised. This behaviour was introduced in cfde1fb693bb71f107ec09dfe92bb87ca15e990a in order to deal with paths which may...
Adjust the install rules to account for the different installation expectations on Windows. DLL files are installed into the `bin` and import libraries are to be installed in `lib`.