Files
swift-mirror/lib/SIL/IR/CMakeLists.txt

40 lines
794 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
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)