comparison llvm/tools/llvm-size/CMakeLists.txt @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 5f17cb93ff66
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
1 set(LLVM_LINK_COMPONENTS
2 Object
3 Support
4 )
5
6 add_llvm_tool(llvm-size
7 llvm-size.cpp
8 )
9
10 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
11 add_llvm_tool_symlink(size llvm-size)
12 endif()