Skip to content

Commit e506e4a

Browse files
authored
Merge pull request swiftlang#30375 from smeenai/master
Update for LLVM changes
2 parents 1260658 + b6301c2 commit e506e4a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

lib/AST/ClangTypeConverter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "swift/Basic/LLVM.h"
3535

3636
#include "clang/AST/ASTContext.h"
37+
#include "clang/Basic/TargetInfo.h"
3738
#include "clang/Sema/Sema.h"
3839

3940
using namespace swift;

lib/ClangImporter/ImportDecl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include "clang/AST/Attr.h"
4848
#include "clang/Basic/CharInfo.h"
4949
#include "swift/Basic/Statistic.h"
50+
#include "clang/Basic/TargetInfo.h"
5051
#include "clang/Lex/Preprocessor.h"
5152
#include "clang/Sema/Lookup.h"
5253

lib/IDE/Utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "swift/Subsystems.h"
2020
#include "clang/AST/ASTContext.h"
2121
#include "clang/AST/DeclObjC.h"
22+
#include "clang/Basic/TargetInfo.h"
2223
#include "clang/CodeGen/ObjectFilePCHContainerOperations.h"
2324
#include "clang/Frontend/CompilerInstance.h"
2425
#include "clang/Frontend/TextDiagnosticBuffer.h"

lib/Sema/NameBinding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "llvm/ADT/TinyPtrVector.h"
3434
#include "llvm/ADT/Twine.h"
3535
#include "llvm/Support/Debug.h"
36+
#include "llvm/Support/Host.h"
3637
#include "llvm/Support/Path.h"
3738
#include "llvm/Support/SaveAndRestore.h"
3839
#include <algorithm>

lib/Serialization/SerializedModuleLoader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "llvm/ADT/SmallString.h"
2424
#include "llvm/ADT/StringSet.h"
2525
#include "llvm/Support/FileSystem.h"
26+
#include "llvm/Support/Host.h"
2627
#include "llvm/Support/MemoryBuffer.h"
2728
#include "llvm/Support/Path.h"
2829
#include "llvm/Support/Debug.h"

0 commit comments

Comments
 (0)