You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jimbru Xcode does not support thread_local, this programming method is available in the open-source version library of llvm/clang. You need to install (llvm & clang & libcxx) from macports/homebrew/source-code.
Freshly cloned and built today (
master@9ca0389d8d29d27aceef3f86e21d75af6737cbd5
) with:Results of
make check
:Contents of
test/test-suite.log
: https://gist.github.com/anonymous/e43a659449d94834bddcOutput of
sw_vers
:Output of
g++ --version
:Thanks!
The text was updated successfully, but these errors were encountered: