[llvm] 320c13e - [dsymutil] Add missing dependency

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 8 13:16:10 PDT 2025


Author: Adrian Prantl
Date: 2025-04-08T13:16:02-07:00
New Revision: 320c13e09aea3234a171eaebfc2b263bd88a9869

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

LOG: [dsymutil] Add missing dependency

Added: 
    

Modified: 
    llvm/tools/dsymutil/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/dsymutil/CMakeLists.txt b/llvm/tools/dsymutil/CMakeLists.txt
index dbe42935b1b10..366b63b2a8695 100644
--- a/llvm/tools/dsymutil/CMakeLists.txt
+++ b/llvm/tools/dsymutil/CMakeLists.txt
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsInfos
   AsmPrinter
   BitReader
+  BitStreamReader
   CodeGen
   CodeGenTypes
   DWARFLinker


        


More information about the llvm-commits mailing list