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

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 13:00:43 PDT 2019


stella.stamenova added a comment.

In D68980#1709968 <https://reviews.llvm.org/D68980#1709968>, @mstorsjo wrote:

> In D68980#1709954 <https://reviews.llvm.org/D68980#1709954>, @stella.stamenova wrote:
>
> > Both. Again, it's been a long time, but when we use VS for building, the environment already contains a path to clang-cl so regardless of whether the build is standalone or not, the build gets confused about which clang-cl to use. @mstorsjo might want to update the tests to use clang-cl but then make sure that the update works on the Windows Buildbot (or similar environment) before committing.
>
>
> Is there any way of checking whether it works on this buildbot, other than committing (after doing best effort testing of it in whatever comparable windows environments I have available)?


Not really. If you have a patch, I can run it for you on my windows environment (which should be almost identical to the Buildbot).


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