From: Chandler Carruth Date: Thu, 29 Jan 2015 01:29:22 +0000 (+0000) Subject: [LPM] Fix an "obvious" typo from r227411. Really sorry for the noise. X-Git-Tag: llvmorg-3.7.0-rc1~13768 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76797c935b5fe7c76d56beb5b35cea2ab0f6727c;p=platform%2Fupstream%2Fllvm.git [LPM] Fix an "obvious" typo from r227411. Really sorry for the noise. Too many cases to compile everything quickly. llvm-svn: 227412 --- diff --git a/llvm/include/llvm/Support/Compiler.h b/llvm/include/llvm/Support/Compiler.h index 1f230c2..c3c416f 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