[all-commits] [llvm/llvm-project] 1f9ef3: [llvm-debuginfo-analyzer] (08/09) - ELF Reader
Carlos Alberto Enciso via All-commits
all-commits at lists.llvm.org
Thu Oct 27 05:06:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f9ef399681416b737b2c9f17d44abb4760c6a06
https://github.com/llvm/llvm-project/commit/1f9ef399681416b737b2c9f17d44abb4760c6a06
Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
Log Message:
-----------
[llvm-debuginfo-analyzer] (08/09) - ELF Reader
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.
Reviewed By: jryans
Differential Revision: https://reviews.llvm.org/D136837
More information about the All-commits
mailing list