mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
28 lines
580 B
CMake
28 lines
580 B
CMake
target_sources(swiftSIL PRIVATE
|
|
BasicBlockUtils.cpp
|
|
BitDataflow.cpp
|
|
DebugUtils.cpp
|
|
Dominance.cpp
|
|
DynamicCasts.cpp
|
|
FieldSensitivePrunedLiveness.cpp
|
|
GenericSpecializationMangler.cpp
|
|
InstructionUtils.cpp
|
|
InstWrappers.cpp
|
|
LoopInfo.cpp
|
|
MemAccessUtils.cpp
|
|
MemoryLocations.cpp
|
|
OptimizationRemark.cpp
|
|
OSSALifetimeCompletion.cpp
|
|
OwnershipLiveness.cpp
|
|
OwnershipUtils.cpp
|
|
PrettyStackTrace.cpp
|
|
Projection.cpp
|
|
PrunedLiveness.cpp
|
|
ScopedAddressUtils.cpp
|
|
SILBridging.cpp
|
|
SILInstructionWorklist.cpp
|
|
SILRemarkStreamer.cpp
|
|
Test.cpp
|
|
ValueUtils.cpp
|
|
)
|