Saleem Abdulrasool
Saleem Abdulrasool
CC: @ADKaster who is working on a similar set of changes
I think that most of this was integrated and can now be closed off. We can come back and grab something if needed later.
It is a large bit of complexity - do we _really_ need it in the driver? I'd rather try to see if we can get away with the defaults. Of...
CC: @kendalharland
@dabrahams does adding `-use-ld=lld` to the Swift help remove the initial use of setup-vsdevenv? That would change the linker and avoid the dependency on `link.exe`, which is what the default...
The whitespace changes really make it difficult to identify the actual change from the whitespace change. Could you please split that out into a separate change? We can get that...
I think that the approach seems right. The one thing that I do wonder about is the behaviour with symlinks/junctions. What happens on Linux there? Do we need to peer...
No, I don't think that `GetFullPathNameW` resolves all symlinks and junctions or substs. I think that you need to use `GetFinalPathNameByHandleW` for that.
GHA has windows ARM64 runners at this point, would that potentially help? I've also managed to get vim itself to build using cross-compilation for ARM64. The piece that is a...
> What about only removing the `-` Hmm, this was the effect that I was going for. Perhaps I misunderstood the code and did something incorrectly for accomplishing the desired...