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

Ilia K ki.stfu at gmail.com
Thu Feb 12 11:43:24 PST 2015


> 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/






More information about the lldb-commits mailing list