Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / tools / llvm-cov / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS instrumentation )
2
3 add_llvm_tool(llvm-cov
4   llvm-cov.cpp
5   )