mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
47 lines
943 B
CMake
47 lines
943 B
CMake
|
|
add_swift_host_library(swiftSILGen STATIC
|
|
ArgumentSource.cpp
|
|
Cleanup.cpp
|
|
Condition.cpp
|
|
FormalEvaluation.cpp
|
|
ManagedValue.cpp
|
|
ResultPlan.cpp
|
|
RValue.cpp
|
|
Scope.cpp
|
|
SwitchEnumBuilder.cpp
|
|
SILGen.cpp
|
|
SILGenApply.cpp
|
|
SILGenAvailability.cpp
|
|
SILGenBridging.cpp
|
|
SILGenBuilder.cpp
|
|
SILGenBuiltin.cpp
|
|
SILGenConcurrency.cpp
|
|
SILGenConstructor.cpp
|
|
SILGenConvert.cpp
|
|
SILGenDecl.cpp
|
|
SILGenDestructor.cpp
|
|
SILGenDistributed.cpp
|
|
SILGenDynamicCast.cpp
|
|
SILGenEpilog.cpp
|
|
SILGenExpr.cpp
|
|
SILGenForeignError.cpp
|
|
SILGenFunction.cpp
|
|
SILGenGlobalVariable.cpp
|
|
SILGenLazyConformance.cpp
|
|
SILGenLocalArchetype.cpp
|
|
SILGenLValue.cpp
|
|
SILGenPack.cpp
|
|
SILGenPattern.cpp
|
|
SILGenPoly.cpp
|
|
SILGenProlog.cpp
|
|
SILGenRequests.cpp
|
|
SILGenStmt.cpp
|
|
SILGenThunk.cpp
|
|
SILGenTopLevel.cpp
|
|
SILGenType.cpp)
|
|
target_link_libraries(swiftSILGen PRIVATE
|
|
swiftSerialization
|
|
swiftSIL)
|
|
|
|
set_swift_llvm_is_available(swiftSILGen)
|