I pushed a fix that should resolve this in r290934.
Sorry for the breakage!
-Chris
> On Dec 25, 2016, at 10:18 AM, Sylvestre Ledru via lldb-dev
> wrote:
>
> Hello
>
> Recently (couple of weeks), the generation of the apt.llvm.org packages
> is failing because some lldb binaries are sometime n
On 15 December 2016 at 19:11, Zachary Turner via lldb-dev
wrote:
> It's definitely possible to (at worst) shorten the path if we say we don't
> care about supporting other languages (i'm fine saying that for now unless
> someone comes along with a serious committment to support and maintaining
> o
Ok, I've figured it out: looks like install script was broken:
I build and install lldb using:
cmake ../llvm
make
make DESTDIR=$CLANG_INSTALL_PATH install
LLDB installed this way is not working.
But when I use python package directly from
build_dir//lib/python2.7/site-packages it is working fine