File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 34
34
#include " swift/Basic/LLVM.h"
35
35
36
36
#include " clang/AST/ASTContext.h"
37
+ #include " clang/Basic/TargetInfo.h"
37
38
#include " clang/Sema/Sema.h"
38
39
39
40
using namespace swift ;
Original file line number Diff line number Diff line change 47
47
#include " clang/AST/Attr.h"
48
48
#include " clang/Basic/CharInfo.h"
49
49
#include " swift/Basic/Statistic.h"
50
+ #include " clang/Basic/TargetInfo.h"
50
51
#include " clang/Lex/Preprocessor.h"
51
52
#include " clang/Sema/Lookup.h"
52
53
Original file line number Diff line number Diff line change 19
19
#include " swift/Subsystems.h"
20
20
#include " clang/AST/ASTContext.h"
21
21
#include " clang/AST/DeclObjC.h"
22
+ #include " clang/Basic/TargetInfo.h"
22
23
#include " clang/CodeGen/ObjectFilePCHContainerOperations.h"
23
24
#include " clang/Frontend/CompilerInstance.h"
24
25
#include " clang/Frontend/TextDiagnosticBuffer.h"
Original file line number Diff line number Diff line change 33
33
#include " llvm/ADT/TinyPtrVector.h"
34
34
#include " llvm/ADT/Twine.h"
35
35
#include " llvm/Support/Debug.h"
36
+ #include " llvm/Support/Host.h"
36
37
#include " llvm/Support/Path.h"
37
38
#include " llvm/Support/SaveAndRestore.h"
38
39
#include < algorithm>
Original file line number Diff line number Diff line change 23
23
#include " llvm/ADT/SmallString.h"
24
24
#include " llvm/ADT/StringSet.h"
25
25
#include " llvm/Support/FileSystem.h"
26
+ #include " llvm/Support/Host.h"
26
27
#include " llvm/Support/MemoryBuffer.h"
27
28
#include " llvm/Support/Path.h"
28
29
#include " llvm/Support/Debug.h"
You can’t perform that action at this time.
0 commit comments