Skip to content

Commit 41fb486

Browse files
author
git apple-llvm automerger
committed
Merge commit '1f43ea41c330' from llvm.org/master into apple/master
2 parents bdfca51 + 1f43ea4 commit 41fb486

File tree

7 files changed

+6
-1
lines changed

7 files changed

+6
-1
lines changed

clang/lib/Tooling/AllTUsExecution.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "clang/Tooling/AllTUsExecution.h"
1010
#include "clang/Tooling/ToolExecutorPluginRegistry.h"
11+
#include "llvm/Support/Threading.h"
1112
#include "llvm/Support/ThreadPool.h"
1213
#include "llvm/Support/VirtualFileSystem.h"
1314

llvm/include/llvm/IR/DataLayout.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "llvm/ADT/StringRef.h"
2626
#include "llvm/IR/DerivedTypes.h"
2727
#include "llvm/IR/Type.h"
28-
#include "llvm/Pass.h"
2928
#include "llvm/Support/Casting.h"
3029
#include "llvm/Support/ErrorHandling.h"
3130
#include "llvm/Support/MathExtras.h"

llvm/include/llvm/IR/Module.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class FunctionType;
4646
class GVMaterializer;
4747
class LLVMContext;
4848
class MemoryBuffer;
49+
class Pass;
4950
class RandomNumberGenerator;
5051
template <class PtrType> class SmallPtrSetImpl;
5152
class StructType;

llvm/include/llvm/IR/PassManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include "llvm/IR/Module.h"
4646
#include "llvm/IR/PassInstrumentation.h"
4747
#include "llvm/IR/PassManagerInternal.h"
48+
#include "llvm/Pass.h"
4849
#include "llvm/Support/Debug.h"
4950
#include "llvm/Support/TypeName.h"
5051
#include "llvm/Support/raw_ostream.h"

llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
#include "llvm/IR/Operator.h"
3535
#include "llvm/IR/ValueHandle.h"
36+
#include "llvm/Pass.h"
3637

3738
using namespace llvm;
3839

llvm/tools/llvm-profdata/llvm-profdata.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "llvm/Support/InitLLVM.h"
2727
#include "llvm/Support/MemoryBuffer.h"
2828
#include "llvm/Support/Path.h"
29+
#include "llvm/Support/Threading.h"
2930
#include "llvm/Support/ThreadPool.h"
3031
#include "llvm/Support/WithColor.h"
3132
#include "llvm/Support/raw_ostream.h"

llvm/unittests/IR/ModuleTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "llvm/IR/Module.h"
1010
#include "llvm/IR/GlobalVariable.h"
11+
#include "llvm/Pass.h"
1112
#include "llvm/Support/RandomNumberGenerator.h"
1213
#include "gtest/gtest.h"
1314

0 commit comments

Comments
 (0)