From: Mike Aizatsky Date: Fri, 4 Dec 2015 19:11:54 +0000 (+0000) Subject: fixing Makefile X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=03d76d50e6b92734a489341ddf52371eb14e660e fixing Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254749 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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