view tools/llvm-split/CMakeLists.txt @ 115:95b91bc9a2f8

cleanupflag
author mir3636
date Fri, 05 Aug 2016 19:04:52 +0900
parents afa8332a0e37
children 1172e4bd9c6f
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  TransformUtils
  BitWriter
  Core
  IRReader
  Support
  )

add_llvm_tool(llvm-split
  llvm-split.cpp
  )