CMakeLists.txt 93 B

12345678
  1. set(LLVM_LINK_COMPONENTS
  2. Object
  3. Support
  4. )
  5. add_llvm_tool(llvm-size
  6. llvm-size.cpp
  7. )