diff options
-rw-r--r-- | llvm/tools/sancov/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/sancov/Makefile b/llvm/tools/sancov/Makefile index 1114fe052d4..7dba1a7a594 100644 --- a/llvm/tools/sancov/Makefile +++ b/llvm/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 |