This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by CarlosAlbertoEnciso on Oct 27 2022, 4:29 AM.

Details

Summary

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.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. ยท View Herald TranscriptOct 27 2022, 4:29 AM
CarlosAlbertoEnciso requested review of this revision.Oct 27 2022, 4:29 AM
jryans accepted this revision.Oct 27 2022, 5:00 AM

Makes sense, thanks! ๐Ÿ™‚

This revision is now accepted and ready to land.Oct 27 2022, 5:00 AM
This revision was landed with ongoing or failed builds.Oct 27 2022, 5:06 AM
This revision was automatically updated to reflect the committed changes.

Makes sense, thanks! ๐Ÿ™‚

@jryans The failure has been fixed. https://lab.llvm.org/buildbot/#/builders/121/builds/24575
Once again thanks very much for your valuable reviews.