view tools/llvm-size/CMakeLists.txt @ 129:9ec641e857f8

Fix compile error to update llvm 5.0
author mir3636
date Tue, 12 Dec 2017 19:42:58 +0900
parents e4204d083e25
children 3a76565eade5
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  Object
  Support
  )

add_llvm_tool(llvm-size
  llvm-size.cpp
  )