blob: 9cbe1c2b61de66690a09d9e6fab2c375f81e4e39 [file] [log] [blame]
add_swift_host_tool(swift-llvm-opt
LLVMOpt.cpp
SWIFT_COMPONENT tools
)
target_link_libraries(swift-llvm-opt
PRIVATE
swiftIRGen
# Swift libraries included to appease the linker on linux.
swiftSema
swiftAST
# Clang libraries included to appease the linker on linux.
clangBasic
clangCodeGen)