projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ce852
)
Fix buildbots by including MC for StringTableBuilder.
author
Greg Clayton
<gclayton@fb.com>
Tue, 3 Mar 2020 23:51:58 +0000
(15:51 -0800)
committer
Greg Clayton
<gclayton@fb.com>
Tue, 3 Mar 2020 23:52:51 +0000
(15:52 -0800)
llvm/tools/llvm-gsymutil/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/tools/llvm-gsymutil/CMakeLists.txt
b/llvm/tools/llvm-gsymutil/CMakeLists.txt
index
d479a62
..
bda3c8d
100644
(file)
--- a/
llvm/tools/llvm-gsymutil/CMakeLists.txt
+++ b/
llvm/tools/llvm-gsymutil/CMakeLists.txt
@@
-2,6
+2,7
@@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoDWARF
DebugInfoGSYM
+ MC
Object
Support
Target