From 03d76d50e6b92734a489341ddf52371eb14e660e Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 4 Dec 2015 19:11:54 +0000 Subject: [PATCH] fixing Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254749 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/sancov/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/sancov/Makefile b/tools/sancov/Makefile index 1114fe052d4..7dba1a7a594 100644 --- a/tools/sancov/Makefile +++ b/tools/sancov/Makefile @@ -9,7 +9,8 @@ LEVEL := ../.. TOOLNAME := sancov -LINK_COMPONENTS := DebugInfoDWARF DebugInfoPDB Object Support Symbolize +LINK_COMPONENTS := all-targets DebugInfoDWARF DebugInfoPDB MC MCParser \ + MCDisassembler Object Support Symbolize # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 -- 2.34.1