compnerd abandoned this revision.
compnerd added a comment.
I think I must have had something else in my tree, cause a clean build does
build them.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69194/new/
https://reviews.llvm.org/D69194
__
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 seei
compnerd created this revision.
compnerd added reviewers: xiaobai, beanz, smeenai.
Herald added a subscriber: mgorny.
Herald added a project: clang.
This adds the clang-cl and clang++ symlinks. Since there are no targets to
depend on for this, we cannot force the creation of the symlinks. Furth