HI there,
I've just updated to 3.51.1, with SDK 16.0, and am attempting to build on Windows 10 Build 19044. With the latest toolset I get intermittent compilation failures for no apparent reason.
We use ninja as our build system and it looks like clang.exe is intermittently returning a failure exit code with no corresponding error message from clang. If I restart the build then it seems to pick up where it left off and continues.
I think the issue might be related to parallel compilation jobs running. If I disable that in our build then it seems to work. I tried running Process Monitor (https://learn.microsoft.com/en-us/sysinternals/downloads/procmon) to monitor for issues with clang++.exe and clang.exe but if that's running then it appears to work as well. As it is monitoring the system events, maybe that's making a difference to the timing.
Looking at the release notes you wrote for the hotfix, could there be an issue with multiple processes running and temporary files?
Graeme