mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 21:47:23 +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:
parent
54e0791182
commit
6c9f92e5da
@ -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…
x
Reference in New Issue
Block a user