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