Re: lldb-6.0 build failure

2018-01-17 Thread Chris Jones
On 17/01/18 16:03, David wrote: I’m on 10.11.6 and completely up to date. The problem is that Apple didn’t add thread local support to their version of clang until after 10.11. So my Xcode won’t compile anything that requires thread local support. This is weird. I would expect that any requi

Re: lldb-6.0 build failure

2018-01-17 Thread David
I’m on 10.11.6 and completely up to date. The problem is that Apple didn’t add thread local support to their version of clang until after 10.11. So my Xcode won’t compile anything that requires thread local support. This is weird. I would expect that any requirement like that would be part of t

Re: lldb-6.0 build failure

2018-01-17 Thread Ken Cunningham
On 2018-01-17, at 4:25 AM, David wrote: > I’m using a version of Apple’s clang that doesn’t support thread local > storage (Apple LLVM version 7.0.2 (clang-700.1.81), from 2014). When I tried > to install lldb-6.0 it failed because that compiler didn’t support thread > local storage. > > Is t

Re: lldb-6.0 build failure

2018-01-17 Thread Chris Jones
What OSX version are you running ? Is your Xcode up to date for that version ? > On 17 Jan 2018, at 12:25 pm, David wrote: > > I’m using a version of Apple’s clang that doesn’t support thread local > storage (Apple LLVM version 7.0.2 (clang-700.1.81), from 2014). When I tried > to install lld