Raw File
CMakeLists.txt
set(LLVM_LINK_COMPONENTS instrumentation )

add_llvm_tool(llvm-cov
  llvm-cov.cpp
  )
back to top