zturner added a comment. It’s possible we lost some environment variable propagation, that would do it. But I’m curious how it was finding the visual studio installation before my patch.
It also looks like it’s failing finding link.exe (we really should make lld-link the default). Another fix is to pass -fuse-ld=lld or split the clang-cl line to separate compiler and linker invocations Repository: rLLDB LLDB https://reviews.llvm.org/D54009 _______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
