File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 17
17
#ifndef SWIFT_IRGEN_DEBUGINFO_H
18
18
#define SWIFT_IRGEN_DEBUGINFO_H
19
19
20
- #include " llvm/ADT/PointerUnion.h"
21
- #include " llvm/ADT/SmallString.h"
22
- #include " llvm/IR/DIBuilder.h"
23
- #include " llvm/IR/DebugInfo.h"
24
- #include " llvm/IR/ValueHandle.h"
25
- #include " llvm/Support/Allocator.h"
26
-
27
- #include " swift/AST/Module.h"
28
- #include " swift/SIL/SILBasicBlock.h"
29
- #include " swift/SIL/SILDebugScope.h"
30
- #include " swift/SIL/SILLocation.h"
31
-
32
20
#include " DebugTypeInfo.h"
33
- #include " GenType.h"
34
21
#include " IRBuilder.h"
35
22
#include " IRGenFunction.h"
36
23
#include " IRGenModule.h"
24
+ #include " swift/SIL/SILLocation.h"
25
+ #include " llvm/IR/DIBuilder.h"
26
+ #include " llvm/Support/Allocator.h"
37
27
38
28
#include < set>
39
29
40
- namespace llvm {
41
- class DIBuilder ;
42
- }
43
-
44
30
namespace swift {
45
31
46
32
class ASTContext ;
You can’t perform that action at this time.
0 commit comments