[PATCH] D69194: build: add clang-cl and clang++ symlinks in the build tree
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 14:14:03 PDT 2019
smeenai added a comment.
> Furthermore, the current build only installs the symbolic links in the install tree, not the build tree
This isn't right ... if I look at my LLVM build tree, I have clang, clang++ and clang-cl symlinks, all pointing to the actual clang-10 binary.
Where are you seeing this?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69194/new/
https://reviews.llvm.org/D69194
More information about the cfe-commits
mailing list