diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Support/Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Compiler.h b/llvm/include/llvm/Support/Compiler.h index 1f230c2c391..c3c416f7d9b 100644 --- a/llvm/include/llvm/Support/Compiler.h +++ b/llvm/include/llvm/Support/Compiler.h @@ -399,7 +399,7 @@ // FIXME: Make this conditional on the Clang version once this is fixed in // top-of-tree. #define LLVM_THREAD_LOCAL __thread __attribute__((tls_model("global-dynamic"))) -#elif +#else #define LLVM_THREAD_LOCAL __thread #endif #else // !LLVM_ENABLE_THREADS |