File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ add_swift_host_library(swiftSIL STATIC
3
3
target_link_libraries (swiftSIL PUBLIC
4
4
swiftDemangling )
5
5
target_link_libraries (swiftSIL PRIVATE
6
- swiftSema )
6
+ swiftAST
7
+ swiftClangImporter )
7
8
8
9
add_subdirectory (IR )
9
10
add_subdirectory (Utils )
Original file line number Diff line number Diff line change 24
24
#include " swift/SIL/SILVisitor.h"
25
25
#include " swift/SIL/DynamicCasts.h"
26
26
#include " swift/Basic/AssertImplements.h"
27
- #include " swift/ClangImporter/ClangModule.h"
28
27
#include " swift/SIL/SILModule.h"
29
28
#include " llvm/ADT/APInt.h"
30
29
#include " llvm/ADT/SmallString.h"
Original file line number Diff line number Diff line change 23
23
#include " swift/AST/Types.h"
24
24
#include " swift/Basic/Range.h"
25
25
#include " swift/Basic/STLExtras.h"
26
- #include " swift/ClangImporter/ClangModule.h"
27
26
#include " swift/SIL/BasicBlockUtils.h"
28
27
#include " swift/SIL/Dominance.h"
29
28
#include " swift/SIL/DynamicCasts.h"
You can’t perform that action at this time.
0 commit comments