diff --git a/llvm/lib/Debuginfod/CMakeLists.txt b/llvm/lib/Debuginfod/CMakeLists.txt index f5ea9e99622a03..a77becb481a69f 100644 --- a/llvm/lib/Debuginfod/CMakeLists.txt +++ b/llvm/lib/Debuginfod/CMakeLists.txt @@ -26,4 +26,6 @@ add_llvm_library(LLVMDebuginfod Support Symbolize DebugInfoDWARF + BinaryFormat + Object )