[Lldb-commits] [lldb] r348319 - [build.py] Disable tests on non-Windows.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 5 07:48:24 PST 2018


It should be, but I haven’t tested any of the non Windows paths at all yet,
so while that seems like a logical fix, there’s probably something else
that would break, like not having a clang-cl environment. So the thinking
was to just disable them until i can implement and test support for other
platforms
On Wed, Dec 5, 2018 at 7:35 AM Pavel Labath <pavel at labath.sk> wrote:

> On 05/12/2018 16:03, Zachary Turner wrote:
> > If you can commit the same fix I did for the other two that would be
> > great, otherwise I’ll get to it when i get into the office in ~2 hours
>
>
> The thing is, I'm not sure if that's the right fix here. I mean, this
> script should be able to compile with clang-cl on linux, right?
>
> The easiest way to fix this would be to check env is not None before
> printing it out, but it wasn't clear to me whether you intended for it
> to be (possibly) None at this point in the code, so I figured its best
> to let you figure that out.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181205/3f8140ca/attachment.html>


More information about the lldb-commits mailing list