Skip to content

Commit 15da505

Browse files
committed
[passmanager] Move SILOptimizerRequests.cpp into ./lib/SILOptimizer/PassManager/*
I am doing this move for two reasons: 1. This file only works directly with parts of the PassManager. 2. In the SILOptimizer, we do not have files in the top level of the file tree and instead group them in one of the subject subfolders.
1 parent e9a3c7f commit 15da505

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/SILOptimizer/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ add_subdirectory(UtilityPasses)
3434
add_subdirectory(Utils)
3535

3636
add_swift_host_library(swiftSILOptimizer STATIC
37-
SILOptimizerRequests.cpp
3837
${SILOPTIMIZER_SOURCES})
3938
target_link_libraries(swiftSILOptimizer PRIVATE
4039
swiftSIL)

lib/SILOptimizer/PassManager/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ silopt_register_sources(
33
Passes.cpp
44
PassPipeline.cpp
55
PrettyStackTrace.cpp
6+
SILOptimizerRequests.cpp
67
)

0 commit comments

Comments
 (0)