[Debuginfod] Fix shared libs build break after eafa0530417e
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 18 May 2022 22:31:38 +0000 (17:31 -0500)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 18 May 2022 22:33:12 +0000 (17:33 -0500)
commit03ba8c83dd42292125fdbc74657a76388ab9558e
tree93aa0d7dc528a2b3b455d7fa1dc89b5eab71a687
parent615255eb0969a192bebc8ba88dbeb674b5078ee7
[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.
llvm/tools/llvm-debuginfod-find/CMakeLists.txt