Skip to content

Commit 258f372

Browse files
authored
Merge pull request #27163 from jrose-apple/laserwriter
[PrintAsObjC] Pull the actual decl/type printer out to a separate file
2 parents e675c49 + b2a27a5 commit 258f372

File tree

4 files changed

+2178
-2052
lines changed

4 files changed

+2178
-2052
lines changed

lib/PrintAsObjC/CMakeLists.txt

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

0 commit comments

Comments
 (0)