[llvm-debuginfo-analyzer] Fix linking errors in buildbots.
authorCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Tue, 18 Oct 2022 11:02:36 +0000 (12:02 +0100)
committerCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Tue, 18 Oct 2022 12:05:46 +0000 (13:05 +0100)
commitb6625765cf0ce4642e2e9fc7e82cd28fbb500033
treec67eb0c82b58c1208766a22640d202dd46c6ce6d
parent13816e0358123baa411419048a9ce5c432ddab55
[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
llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
llvm/lib/DebugInfo/LogicalView/LLVMBuild.txt [deleted file]