This creates a Windows buildbot for LLDB, with the following properties:
- Only builds x86.
- Only compiles, does not run tests.
- Uses MSVC 2013 as the compiler, with the CMake / ninja generator.
I wanted to test this by setting up a local zorg buildmaster and connecting my slave to it, but I was unable to get it working properly. I'm going on vacation next week, so I thought I would put this up in the meantime and at least see if I'm going about this all wrong, or if this code looks like a reasonable starting point.