[PATCH] D99170: [CMake] try creating symlink first on windows

Cristian Adam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 04:04:49 PDT 2021


cristian.adam added a comment.

Qt Creator hit the same issue as others have had, 0 bytes clang-cl.exe due to packaging with 7zip.

I had to do a quick revert of this commit, since there is no option to disable this new functionality. There should be a `LLVM_WINDOWS_DISABLE_SYMLINK` or similar.

https://github.com/msys2/MINGW-packages/tree/34191f03a6da67f58b33ee2c756a142691746118/mingw-w64-clang maintains a list of revert patches, this is one of them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99170/new/

https://reviews.llvm.org/D99170



More information about the llvm-commits mailing list