blob: 7ef4f1769b840ab65394628e7e9fa6eeb50862b5 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Object
Support
)
add_llvm_tool(llvm-size
llvm-size.cpp
)
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
add_llvm_tool_symlink(size llvm-size)
endif()