From 4aed7ea6f89a091aede10ccf0fb45b3ce12c710d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 17 Jan 2018 17:29:21 -0500 Subject: update embedded LLD to 6.0.0rc1 --- deps/lld/Common/Threads.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 deps/lld/Common/Threads.cpp (limited to 'deps/lld/Common/Threads.cpp') diff --git a/deps/lld/Common/Threads.cpp b/deps/lld/Common/Threads.cpp new file mode 100644 index 0000000000..c64b8c38b9 --- /dev/null +++ b/deps/lld/Common/Threads.cpp @@ -0,0 +1,12 @@ +//===- Threads.cpp --------------------------------------------------------===// +// +// The LLVM Linker +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "lld/Common/Threads.h" + +bool lld::ThreadsEnabled = true; -- cgit v1.2.3