[all-commits] [llvm/llvm-project] b66257: [llvm-debuginfo-analyzer] Fix linking errors in bu...

Carlos Alberto Enciso via All-commits all-commits at lists.llvm.org
Tue Oct 18 05:07:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6625765cf0ce4642e2e9fc7e82cd28fbb500033
      https://github.com/llvm/llvm-project/commit/b6625765cf0ce4642e2e9fc7e82cd28fbb500033
  Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
    R llvm/lib/DebugInfo/LogicalView/LLVMBuild.txt

  Log Message:
  -----------
  [llvm-debuginfo-analyzer] Fix linking errors in buildbots.

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

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

Reviewed By: jryans

Differential Revision: https://reviews.llvm.org/D136159




More information about the All-commits mailing list