This is an archive of the discontinued LLVM Phabricator instance.

[llvm-debuginfo-analyzer] Fix linking errors in buildbots (shared libraries).
ClosedPublic

Authored by CarlosAlbertoEnciso on Oct 18 2022, 4:25 AM.

Details

Summary

The tool used the 'old' LLVM build information (LLVMBuild.txt),
which caused linking errors in:

https://lab.llvm.org/buildbot/#/builders/177/builds/10125
https://lab.llvm.org/buildbot/#/builders/196/builds/19699

Those configurations use:
LLVM_BUILD_LLVM_DYLIB=ON LLVM_LINK_LLVM_DYLIB=ON

Update the CMake configuration to support the new LLVM build
system that uses only CMakeLists.txt.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2022, 4:25 AM
CarlosAlbertoEnciso requested review of this revision.Oct 18 2022, 4:25 AM
CarlosAlbertoEnciso retitled this revision from [llvm-debuginfo-analyzer] Fix linking errors in buildbots. to [llvm-debuginfo-analyzer] Fix linking errors in buildbots (shared libraries)..Oct 18 2022, 4:29 AM
jryans accepted this revision.Oct 18 2022, 4:35 AM
jryans added a subscriber: jryans.

Looks reasonable to me, thanks! 😄

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

@jryans Thanks for your review.

llvm/lib/DebugInfo/LogicalView/CMakeLists.txt