[llvm] ce8d682 - [cmake] Add llvm-debuginfod as test dependency

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 02:19:43 PST 2023


Author: Luke Lau
Date: 2023-01-06T10:19:19Z
New Revision: ce8d6826997048cf4ebc104b744896a9a3923230

URL: https://github.com/llvm/llvm-project/commit/ce8d6826997048cf4ebc104b744896a9a3923230
DIFF: https://github.com/llvm/llvm-project/commit/ce8d6826997048cf4ebc104b744896a9a3923230.diff

LOG: [cmake] Add llvm-debuginfod as test dependency

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

Differential Revision: https://reviews.llvm.org/D141071

Added: 
    

Modified: 
    llvm/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index ec291cbac0db..c9240f014b4d 100644
--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -78,6 +78,7 @@ set(LLVM_TEST_DEPENDS
           llvm-cxxfilt
           llvm-cxxmap
           llvm-debuginfo-analyzer
+          llvm-debuginfod
           llvm-debuginfod-find
           llvm-
diff 
           llvm-dis


        


More information about the llvm-commits mailing list