forked from OSchip/llvm-project
parent
9c9710eaf4
commit
21fdc93272
|
@ -15,11 +15,13 @@
|
|||
#define LLVM_SUPPORT_MUTEX_H
|
||||
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include <cassert>
|
||||
|
||||
namespace llvm
|
||||
{
|
||||
// Forward declare this function.
|
||||
bool llvm_is_multithreaded();
|
||||
|
||||
namespace sys
|
||||
{
|
||||
/// @brief Platform agnostic Mutex class.
|
||||
|
|
Loading…
Reference in New Issue