summaryrefslogtreecommitdiffstats
path: root/lld/Common/Threads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/Common/Threads.cpp')
-rw-r--r--lld/Common/Threads.cpp2
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;
OpenPOWER on IntegriCloud