1
0
Fork 0

LLVM does not know __thread

This commit is contained in:
Frank Celler 2014-06-20 15:34:55 +02:00
parent 30e82a8cbb
commit b9fd33c473
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@
#define TRI_HAVE_GETLINE 1
#endif
#if __llvm__ == 1
#define thread_local __thread
#endif
////////////////////////////////////////////////////////////////////////////////
/// @brief alignment and limits
////////////////////////////////////////////////////////////////////////////////