[PATCH] D141071: [cmake] Add llvm-debuginfod as test dependency

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 09:49:22 PST 2023


luke created this revision.
luke added a reviewer: noajshu.
Herald added a subscriber: pmatos.
Herald added a project: All.
luke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

llvm-debuginfod is used by llvm-lit as of
36f01909a0e29c1014301ed6835687a84bf0e9fa <https://reviews.llvm.org/rG36f01909a0e29c1014301ed6835687a84bf0e9fa>, so adding this dependency
fixes a "note: Did not find llvm-debuginfod" warning from showing up
when running tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141071

Files:
  llvm/test/CMakeLists.txt


Index: llvm/test/CMakeLists.txt
===================================================================
--- llvm/test/CMakeLists.txt
+++ llvm/test/CMakeLists.txt
@@ -78,6 +78,7 @@
           llvm-cxxfilt
           llvm-cxxmap
           llvm-debuginfo-analyzer
+          llvm-debuginfod
           llvm-debuginfod-find
           llvm-diff
           llvm-dis


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141071.486613.patch
Type: text/x-patch
Size: 358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/e40ad174/attachment.bin>


More information about the llvm-commits mailing list