[Lldb-commits] [PATCH] Fix argdumper build in cmake (OS X) after r228636

Zachary Turner zturner at google.com
Thu Feb 12 11:59:33 PST 2015


Im seeing the same issue the diff. Try applying the patch and use git diff.
Does that work?
On Thu, Feb 12, 2015 at 11:43 AM Ilia K <ki.stfu at gmail.com> wrote:

> > In http://reviews.llvm.org/D7550#122566, @ki.stfu wrote:
>
> >
>
> > > Is it an error? It should be "../../../liblldb%s"?
>
> >
>
>
>
>
> In http://reviews.llvm.org/D7550#122703, @zturner wrote:
>
> > Actually the original was correct.    On Windows our directory structure
> looks like this:
> >
> > ninja
> > --bin
> >  ----liblldb.dll
> > --lib
> > ----site-packages
> > ------lldb
> >  --------lldb_d.pyd
> >
> > So the lldb_d.pyd needs to be a link to the liblldb.dll.  I will test
> with the correct relative path back in place and let you know.
>
>
> You missed "python2.7" folder in "lib", which contains "site-packages"
> folder.
>
> If so, then path should be "../../../../bin/liblldb%s".
>
>
> http://reviews.llvm.org/D7550
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150212/8a3b7eca/attachment.html>


More information about the lldb-commits mailing list