diff options
Diffstat (limited to 'lld/Common/Threads.cpp')
-rw-r--r-- | lld/Common/Threads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/Common/Threads.cpp b/lld/Common/Threads.cpp index 5e0af288263..af04972a376 100644 --- a/lld/Common/Threads.cpp +++ b/lld/Common/Threads.cpp @@ -8,4 +8,4 @@ #include "lld/Common/Threads.h" -bool lld::ThreadsEnabled = true; +bool lld::threadsEnabled = true; |