mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
[LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.
Too many cases to compile everything quickly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -399,7 +399,7 @@
|
|||||||
// FIXME: Make this conditional on the Clang version once this is fixed in
|
// FIXME: Make this conditional on the Clang version once this is fixed in
|
||||||
// top-of-tree.
|
// top-of-tree.
|
||||||
#define LLVM_THREAD_LOCAL __thread __attribute__((tls_model("global-dynamic")))
|
#define LLVM_THREAD_LOCAL __thread __attribute__((tls_model("global-dynamic")))
|
||||||
#elif
|
#else
|
||||||
#define LLVM_THREAD_LOCAL __thread
|
#define LLVM_THREAD_LOCAL __thread
|
||||||
#endif
|
#endif
|
||||||
#else // !LLVM_ENABLE_THREADS
|
#else // !LLVM_ENABLE_THREADS
|
||||||
|
Reference in New Issue
Block a user