I had submitted a buildbot patch to lldb-commits and pinged the person that last committed to it but have not heard a response from either. Any lldb committers want to take a look at it?
Thanks, Mark [patch omitted from this email but can be supplied again upon request] -------- Original Message -------- Subject: [Lldb-commits] [PATCH] Change buildbot to patch lldb local changes Date: Sun, 08 Jan 2012 10:46:48 -0800 From: Mark Peek <[email protected]> To: [email protected] The buildbot script for lldb does not apply local lldb patches from the lldb/scripts directory which is currently causing compilation errors and failing the build. This patch will revert and reapply the lldb patches prior to building to provide a more consistent build. Note: this does stub out the test phase since that is hanging on my local buildbot system. But it is probably better to get the compile running again on the buildbot to find build regressions and then get the tests running later. Mark _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
