Skip to content

Commit 83e7763

Browse files
authored
[PrintAsObjC] Separate out module contents printing too (swiftlang#27184)
The top-level PrintAsObjC now just covers import printing and the near-literal prologue/epilogue text, while the decl printing (and import collecting) is in its own file. No functionality change.
1 parent 413100b commit 83e7763

File tree

4 files changed

+1028
-946
lines changed

4 files changed

+1028
-946
lines changed

lib/PrintAsObjC/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_swift_host_library(swiftPrintAsObjC STATIC
22
DeclAndTypePrinter.cpp
3+
ModuleContentsWriter.cpp
34
PrintAsObjC.cpp)
45
target_link_libraries(swiftPrintAsObjC PRIVATE
56
swiftAST

0 commit comments

Comments
 (0)