[all-commits] [llvm/llvm-project] 03ba8c: [Debuginfod] Fix shared libs build break after eaf...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Wed May 18 15:33:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03ba8c83dd42292125fdbc74657a76388ab9558e
https://github.com/llvm/llvm-project/commit/03ba8c83dd42292125fdbc74657a76388ab9558e
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M llvm/tools/llvm-debuginfod-find/CMakeLists.txt
Log Message:
-----------
[Debuginfod] Fix shared libs build break after eafa0530417e
The commit added a dependency on LLVMSymbolize but the
CMakeLists.txt file wasn't updated. This doesn't cause
issues for static libraries builds but breaks the shared
libraries build. This just adds the missing dependency.
More information about the All-commits
mailing list