diff options
Diffstat (limited to 'llvm/tools/llvm-cov/Makefile')
-rw-r--r-- | llvm/tools/llvm-cov/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-cov/Makefile b/llvm/tools/llvm-cov/Makefile index efed6cc7942..6e32b4d233d 100644 --- a/llvm/tools/llvm-cov/Makefile +++ b/llvm/tools/llvm-cov/Makefile @@ -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 |