From 76bae99a6129f228dd70d0f94d2c68e186d84664 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 4 Dec 2015 18:50:18 +0000 Subject: [PATCH] adding MC dependencies in hopes to pacify the hexagon build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254745 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/sancov/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sancov/CMakeLists.txt b/tools/sancov/CMakeLists.txt index 5ce589b3737..e92b1fcbb86 100644 --- a/tools/sancov/CMakeLists.txt +++ b/tools/sancov/CMakeLists.txt @@ -5,6 +5,8 @@ set(LLVM_LINK_COMPONENTS AllTargetsInfos DebugInfoDWARF DebugInfoPDB + MC + MCDisassembler Object Support Symbolize -- 2.11.0