blob: 72e9b50e5007216f6fe834f33a759a67e42b3133 [file] [log] [blame]
add_swift_host_tool(sil-opt
SILOpt.cpp
SWIFT_COMPONENT tools
)
target_link_libraries(sil-opt
PRIVATE
swiftFrontend
swiftIRGen
swiftSILGen
swiftSILOptimizer
# Clang libraries included to appease the linker on linux.
clangBasic
clangCodeGen)