blob: 80ea3707b156a57f32aafb384b4fe343e7b38bf2 [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
# LLVM libraries included to appease the linker on linux.
LLVMAggressiveInstCombine
LLVMCodeGen
LLVMInstCombine
LLVMScalarOpts
LLVMVectorize
)