mstorsjo added a comment.

FWIW, to add a bit of context about why (since normally, few people actually do 
link via the `(clang-)cl` interface); CMake does during some of its tests.

I'd like to bring it to a point so that `CC=clang-cl CXX=clang-cl cmake ...` 
would work, while I currently either need my env var hack, or e.g. 
`CC="clang-cl -fuse-ld=link.exe" ...` (or `-fuse-ld=lld-link`). Doing that is 
not hard, but it's a bit of a nuisance as I tend to forget it.


Repository:
  rC Clang

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

https://reviews.llvm.org/D60094



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to