[PATCH] D119626: [llvm] Add missind dep on Symbolize to Debuginfod

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 20 12:35:40 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6694491affa1: [llvm] Add missind dep on Symbolize to Debuginfod (authored by yannic, committed by dblaikie).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119626/new/

https://reviews.llvm.org/D119626

Files:
  llvm/lib/Debuginfod/CMakeLists.txt


Index: llvm/lib/Debuginfod/CMakeLists.txt
===================================================================
--- llvm/lib/Debuginfod/CMakeLists.txt
+++ llvm/lib/Debuginfod/CMakeLists.txt
@@ -18,4 +18,5 @@
 
   LINK_COMPONENTS
   Support
+  Symbolize
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119626.410176.patch
Type: text/x-patch
Size: 256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220220/63cb24ae/attachment.bin>


More information about the llvm-commits mailing list