Skip to content

Commit 16989fc

Browse files
author
Zak Kent
committed
[SILGen] Implement SILGenTopLevel
Implement SILGenTopLevel, a class that walks a file run in script mode to generate all toplevel code at once.
1 parent f47c6ac commit 16989fc

File tree

10 files changed

+414
-269
lines changed

10 files changed

+414
-269
lines changed

lib/SILGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ add_swift_host_library(swiftSILGen STATIC
3535
SILGenRequests.cpp
3636
SILGenStmt.cpp
3737
SILGenThunk.cpp
38+
SILGenTopLevel.cpp
3839
SILGenType.cpp)
3940
target_link_libraries(swiftSILGen PRIVATE
4041
swiftSerialization

0 commit comments

Comments
 (0)