Fix buildbots by including MC for StringTableBuilder.
authorGreg Clayton <gclayton@fb.com>
Tue, 3 Mar 2020 23:51:58 +0000 (15:51 -0800)
committerGreg Clayton <gclayton@fb.com>
Tue, 3 Mar 2020 23:52:51 +0000 (15:52 -0800)
llvm/tools/llvm-gsymutil/CMakeLists.txt

index d479a62..bda3c8d 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   DebugInfoDWARF
   DebugInfoGSYM
+  MC
   Object
   Support
   Target