Skip to content

Commit 23921aa

Browse files
committed
[SIL] [Parser] Move type parser out of ParseSIL.
Isolates the SILType parsing logic.
1 parent b4cc626 commit 23921aa

File tree

4 files changed

+264
-174
lines changed

4 files changed

+264
-174
lines changed

lib/SIL/Parser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sil_register_sources(
22
ParseSIL.cpp
3+
SILTypeParser.cpp
34
)
45

0 commit comments

Comments
 (0)