[lldb-dev] First hand support for musl-libc

2016-08-02 Thread Dangling Pointer via lldb-dev
Hi, To build lldb 3.8 on Alpine Linux, this tiny patch is required: https://github.com/alpinelinux/aports/blob/master/testing/lldb/lldb-3.8-alpine.patch Can anyone here please upstream it? Note that it doesn't break Android build as in case of both bionic and musl, __GLIBC__ macro is undefined

Re: [lldb-dev] First hand support for musl-libc

2016-08-10 Thread Dangling Pointer via lldb-dev
. cheers, pl On 2 August 2016 at 13:53, Dangling Pointer via lldb-dev wrote: > Hi, > > > To build lldb 3.8 on Alpine Linux, this tiny patch is required: > https://github.com/alpinelinux/aports/blob/master/testing/lldb/lldb-3.8-alpine.patch > > Can anyone here please upst