llvm-cov requires IR and Support as libraries. Instrumentation would be overkill.
[oota-llvm.git] / tools / llvm-cov / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core support )
2
3 add_llvm_tool(llvm-cov
4   llvm-cov.cpp
5   )