[PATCH] D41314: [cmake] Use symlinks for Windows-hosted toolchains built on Unix

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 01:22:17 PST 2018


smeenai added a comment.

Ping.

We should either go in this direction or change the installation to also create a copy rather than a symlink (but I've outlined why I prefer symlinks personally in the summary). The current situation, where the build tree has copied but the install tree has symlinks (while attempting to create copies but failing because of a CMake subtlety) is really confusing.


https://reviews.llvm.org/D41314





More information about the llvm-commits mailing list