projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bae99
)
fixing Makefile
author
Mike Aizatsky
<aizatsky@chromium.org>
Fri, 4 Dec 2015 19:11:54 +0000
(19:11 +0000)
committer
Mike Aizatsky
<aizatsky@chromium.org>
Fri, 4 Dec 2015 19:11:54 +0000
(19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254749
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/sancov/Makefile
patch
|
blob
|
history
diff --git
a/tools/sancov/Makefile
b/tools/sancov/Makefile
index
1114fe0
..
7dba1a7
100644
(file)
--- 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