forked from OSchip/llvm-project
[LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.
Too many cases to compile everything quickly. llvm-svn: 227412
This commit is contained in:
parent
fb3139ad9e
commit
76797c935b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue