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 2d47ce4d4b65a..efed6cc7942e7 100644 --- a/tools/llvm-cov/Makefile +++ b/tools/llvm-cov/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-cov -LINK_COMPONENTS := instrumentation +LINK_COMPONENTS := core support # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 |