llvm-cov: add code coverage tool that's based on coverage mapping format and clang...
[oota-llvm.git] / tools / llvm-cov / Makefile
index efed6cc7942e734ccec32bbaea7cbc855ff40146..6e32b4d233d7ec885331e483690e5618fb795bab 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-cov
-LINK_COMPONENTS := core support
+LINK_COMPONENTS := core support profiledata object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1