[Lldb-commits] [lldb] r348319 - [build.py] Disable tests on non-Windows.
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 5 07:36:04 PST 2018
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.
More information about the lldb-commits
mailing list