Details
- Reviewers
mzolotukhin
Diff Detail
Event Timeline
llvm/lib/Support/CrashRecoveryContext.cpp | ||
---|---|---|
21 | Are you sure thread_local is fully supported by all the compilers that are supported for building LLVM? |
llvm/lib/Support/CrashRecoveryContext.cpp | ||
---|---|---|
21 | thread_local support was added in Xcode 8, in 2016: https://asciiwwdc.com/2016/sessions/405#t=354.596 As far as I'm aware, all other supported compiler (GCC, MSVC) had thread_local support earlier than that. |
llvm/lib/Support/CrashRecoveryContext.cpp | ||
---|---|---|
21 | In particular, i would like to see a table of all the compilers that are officially supported by LLVM, |
Are you sure thread_local is fully supported by all the compilers that are supported for building LLVM?
It wasn't supported by xcode for some time, maybe the newest version supports it though.