[Lldb-commits] [PATCH] D68980: [LLDB] [test] Pass --target=<arch>-windows-msvc to clang-cl

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 11:17:22 PDT 2019


amccarth added a comment.

>   I know there are some complexities with configuring msvc/clang-cl, where one needs to fetch registry keys and whatnot in order to get the right build environment.

My understanding is that the clang-cl driver does some poking around in the file system and registry to come up with defaults for the compatibility level, locations of the library and platform headers and such, but I believe that happens only if it needs to.  If all those answers are in the command line, it shouldn't bother inspecting the system.

I agree with Pavel in principle, but I'm not sure that finding a better general solution in the long run should hold this workaround up in the short term.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D68980





More information about the lldb-commits mailing list