mirror of https://gitee.com/bigwinds/arangodb
LLVM does not know __thread
This commit is contained in:
parent
30e82a8cbb
commit
b9fd33c473
|
@ -132,6 +132,10 @@
|
|||
#define TRI_HAVE_GETLINE 1
|
||||
#endif
|
||||
|
||||
#if __llvm__ == 1
|
||||
#define thread_local __thread
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief alignment and limits
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue