Displaying 1 result from an estimated 1 matches for "vsix".
Did you mean:
msix
2019 Jan 25
2
MSBuild incremental builds are broken with LLVM 6 (and beyond)
Hi,
Starting with LLVM 6, MSBuild incremental builds stopped working. I've
tracked this down to a CL that modified how file renaming was done on
Windows. It appears that FileTracker does not recognize renaming a file
with SetFileInformationByHandle.
https://github.com/llvm-mirror/llvm/commit/1b6a51a1425cc0180359ecd64733edb965f65d7c#diff-70db51c38d748dc9debf5f309643fcd8
You can repro this