[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLE/SETGE
[llvm-core.git] / tools / llvm-size / CMakeLists.txt
blob60345739c35a8a7c89d47a3d277637e9f55e3e5a
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
6 add_llvm_tool(llvm-size
7   llvm-size.cpp
8   )