I've been going through the backlog of "reasons the windows bot is red this
morning", and the current issue I'm on is related to argdumper.  I
understand the problem, which is that the sequence of events the build
system is taking is:

1) Build liblldb
2) Create lldb python symlink
3) Create argdumper symlink
4) Build argdumper

And #3 is a hardlink on Windows since creating a symlink is unsupported by
python.

So I can fix this, but at the same time I'd like to understand what
argdumper is and why we need a symlink to it in lib/site-packages/lldb?
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to