[PATCH] D136837: [llvm-debuginfo-analyzer] (08/09) - ELF Reader - Test case (Undefined symbol - multistage)

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 04:29:46 PDT 2022


CarlosAlbertoEnciso created this revision.
CarlosAlbertoEnciso added a reviewer: jryans.
CarlosAlbertoEnciso added projects: debug-info, LLVM.
Herald added subscribers: manas, ASDenysPetrov, dkrupp, donat.nagy, Szelethus, a.sidorin, baloghadamsoftware.
Herald added a project: All.
CarlosAlbertoEnciso requested review of this revision.
Herald added a subscriber: llvm-commits.

The fix for the unitest case introduced a dependency on the
MC library causing a failure in:

https://lab.llvm.org/buildbot/#/builders/121/builds/24567
clang-ppc64le-multistage/stage1
`undefined reference to symbol 'llvm::TargetRegistry::lookupTarget'`

Added:

- MC to the LLVM_LINK_COMPONENTS list.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136837

Files:
  llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt


Index: llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
===================================================================
--- llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
+++ llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
@@ -3,6 +3,7 @@
   AllTargetsInfos
   AllTargetsDisassemblers
   DebugInfoLogicalView
+  MC
   MCDisassembler
   )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136837.471116.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221027/d399d628/attachment.bin>


More information about the llvm-commits mailing list