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