[Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set

Ed Maste emaste at freebsd.org
Thu May 28 09:21:39 PDT 2015


On 28 May 2015 at 11:57, Enrico Granata <egranata at apple.com> wrote:
> If that flag is not working on FreeBSD, that is what you want to look into, not just undo the entire point of that test.

Yes, sorry about that.  I've just reverted, and added a comment before
the test as well.

> My first guess is that something is going on with your build process (not recreating the SWIG layer maybe?) so I would first try a clean build.

I'm (now) sure a clean build will solve it, but we really should
figure out what dependency is missing so that we don't have a similar
issue in the future.  Should lldb-enumerations.h be an explicit
swig_wrapper dependency?  (Do you have a list of all of the swig
dependencies in the xcode build?)



More information about the lldb-commits mailing list