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



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

Reply via email to