Files
swift-mirror/lib/SIL/IR/CMakeLists.txt
Nate Chandler 89e5e3dfca [DefaultOverrides] SIL representation.
See the comment in SILDefaultOverrideTable.h for details.
2025-03-25 07:22:14 -07:00

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)