mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
279 B
CMake
12 lines
279 B
CMake
target_sources(swiftSILOptimizer PRIVATE
|
|
SemanticARCOpts.cpp
|
|
OwnershipLiveRange.cpp
|
|
BorrowScopeOpts.cpp
|
|
CopyValueOpts.cpp
|
|
OwnedToGuaranteedPhiOpt.cpp
|
|
Context.cpp
|
|
SemanticARCOptVisitor.cpp
|
|
OwnershipConversionElimination.cpp
|
|
RedundantMoveValueElimination.cpp
|
|
)
|