mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
41 lines
824 B
CMake
41 lines
824 B
CMake
target_sources(swiftSIL PRIVATE
|
|
AbstractionPattern.cpp
|
|
ApplySite.cpp
|
|
Bridging.cpp
|
|
Linker.cpp
|
|
Notifications.cpp
|
|
OperandOwnership.cpp
|
|
SIL.cpp
|
|
SILArgument.cpp
|
|
SILBasicBlock.cpp
|
|
SILBuilder.cpp
|
|
SILConstants.cpp
|
|
SILCoverageMap.cpp
|
|
SILDebugInfoExpression.cpp
|
|
SILDebugScope.cpp
|
|
SILDeclRef.cpp
|
|
SILDefaultOverrideTable.cpp
|
|
SILDefaultWitnessTable.cpp
|
|
SILDifferentiabilityWitness.cpp
|
|
SILFunction.cpp
|
|
SILFunctionBuilder.cpp
|
|
SILFunctionType.cpp
|
|
SILGlobalVariable.cpp
|
|
SILInstruction.cpp
|
|
SILInstructions.cpp
|
|
SILLocation.cpp
|
|
SILModule.cpp
|
|
SILMoveOnlyDeinit.cpp
|
|
SILPrinter.cpp
|
|
SILProfiler.cpp
|
|
SILSuccessor.cpp
|
|
SILSymbolVisitor.cpp
|
|
SILType.cpp
|
|
SILTypeSubstitution.cpp
|
|
SILUndef.cpp
|
|
SILVTable.cpp
|
|
SILValue.cpp
|
|
SILWitnessTable.cpp
|
|
TypeLowering.cpp
|
|
ValueOwnership.cpp)
|