Skip to content

Commit e385f92

Browse files
committed
[region-isolation] Add unittests for SILOptimizer to top level unittest CMakeLists.txt
I forgot to do this when moving the unittests so we were not building/running them.
1 parent 5b23b23 commit e385f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if(SWIFT_INCLUDE_TOOLS)
1616
add_subdirectory(Remangler)
1717
add_subdirectory(Sema)
1818
add_subdirectory(SIL)
19+
add_subdirectory(SILOptimizer)
1920
add_subdirectory(SwiftDemangle)
2021

2122
add_subdirectory(Threading)

0 commit comments

Comments
 (0)