mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Move Threading.[h|cpp] from Support to System.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e8a98519e
commit
e3cd5ca7e7
@ -15,7 +15,7 @@
|
||||
#define LLVM_SUPPORT_MANAGED_STATIC_H
|
||||
|
||||
#include "llvm/System/Atomic.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- llvm/Support/Threading.h - Control multithreading mode --*- C++ -*-===//
|
||||
//===-- llvm/System/Threading.h - Control multithreading mode --*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_THREADING_H
|
||||
#define LLVM_SUPPORT_THREADING_H
|
||||
#ifndef LLVM_SYSTEM_THREADING_H
|
||||
#define LLVM_SYSTEM_THREADING_H
|
||||
|
||||
namespace llvm {
|
||||
/// llvm_start_multithreaded - Allocate and initialize structures needed to
|
@ -1,4 +1,4 @@
|
||||
//===-- llvm/Support/Threading.cpp- Control multithreading mode --*- C++ -*-==//
|
||||
//===-- llvm/System/Threading.cpp- Control multithreading mode --*- C++ -*-==//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -11,7 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include "llvm/System/Atomic.h"
|
||||
#include "llvm/System/Mutex.h"
|
||||
#include <cassert>
|
@ -25,8 +25,8 @@
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/RWMutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include <algorithm>
|
||||
|
@ -18,8 +18,8 @@
|
||||
#include "llvm/Support/LeakDetector.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/StringPool.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/RWMutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include "SymbolTableListTraitsImpl.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/Streams.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/RWMutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include "llvm/Value.h"
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
#include "llvm/ModuleProvider.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/Atomic.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
@ -20,8 +20,8 @@
|
||||
#include "llvm/Support/Streams.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/Mutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include "llvm/Analysis/Dominators.h"
|
||||
#include "llvm-c/Core.h"
|
||||
#include <algorithm>
|
||||
|
@ -23,9 +23,9 @@
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/Mutex.h"
|
||||
#include "llvm/System/RWMutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
using namespace llvm;
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/Streams.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/System/RWMutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/LeakDetector.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
#include "llvm/Support/ValueHandle.h"
|
||||
#include "llvm/System/RWMutex.h"
|
||||
#include "llvm/System/Threading.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user