[llvm] 6694491 - [llvm] Add missind dep on Symbolize to Debuginfod

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


Author: Yannic Bonenberger
Date: 2022-02-20T12:35:22-08:00
New Revision: 6694491affa182e9a004411fbddc863ed038d75b

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

LOG: [llvm] Add missind dep on Symbolize to Debuginfod

 `llvm/Debuginfod/DIFetcher.h` imports `llvm/DebugInfo/Symbolize/DIFetcher.h`,
so there should be a dependency on Symbolize.

Reviewed By: #debug-info, dblaikie, phosek

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

Added: 
    

Modified: 
    llvm/lib/Debuginfod/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Debuginfod/CMakeLists.txt b/llvm/lib/Debuginfod/CMakeLists.txt
index 67e2c2d07aeb7..be8965c9b2e43 100644
--- a/llvm/lib/Debuginfod/CMakeLists.txt
+++ b/llvm/lib/Debuginfod/CMakeLists.txt
@@ -18,4 +18,5 @@ add_llvm_library(LLVMDebuginfod
 
   LINK_COMPONENTS
   Support
+  Symbolize
   )


        


More information about the llvm-commits mailing list