<div dir="ltr">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:<div><br></div><div>1) Build liblldb</div><div>2) Create lldb python symlink</div><div>3) Create argdumper symlink</div><div>4) Build argdumper</div><div><br></div><div>And #3 is a hardlink on Windows since creating a symlink is unsupported by python.</div><div><br></div><div>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?</div></div>