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