[Lldb-commits] [PATCH] D54009: Refactor LLDB lit configuration files
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 7 14:05:15 PST 2018
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
More information about the lldb-commits
mailing list