projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e0791
)
[LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.
author
Chandler Carruth
<chandlerc@gmail.com>
Thu, 29 Jan 2015 01:29:22 +0000
(
01:29
+0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Thu, 29 Jan 2015 01:29:22 +0000
(
01:29
+0000)
Too many cases to compile everything quickly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227412
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Compiler.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Compiler.h
b/include/llvm/Support/Compiler.h
index 1f230c2c391f1ab60dfeeb5e4dd69f15a4d98747..c3c416f7d9baeb268f27f1bda4ac1c6f478f445b 100644
(file)
--- a/
include/llvm/Support/Compiler.h
+++ b/
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")))
-#el
if
+#el
se
#define LLVM_THREAD_LOCAL __thread
#endif
#else // !LLVM_ENABLE_THREADS