[llvm] 8c714c9 - Fix building shared libraries broken by 8e48e8e3e32.

Alexey Lapshin via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 05:49:52 PST 2019


Author: Alexey Lapshin
Date: 2019-12-06T16:48:41+03:00
New Revision: 8c714c93023d7d039a23fb47c8256570ba54b9c7

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

LOG: Fix building shared libraries broken by 8e48e8e3e32.

Added: 
    

Modified: 
    llvm/tools/dsymutil/CMakeLists.txt
    llvm/tools/dsymutil/LLVMBuild.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/dsymutil/CMakeLists.txt b/llvm/tools/dsymutil/CMakeLists.txt
index 696f098c3fe0..b8466baa6346 100644
--- a/llvm/tools/dsymutil/CMakeLists.txt
+++ b/llvm/tools/dsymutil/CMakeLists.txt
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
   DebugInfoDWARF
   MC
   Object
+  CodeGen
   Option
   Remarks
   Support

diff  --git a/llvm/tools/dsymutil/LLVMBuild.txt b/llvm/tools/dsymutil/LLVMBuild.txt
index 6eed91788030..61bc07b81d35 100644
--- a/llvm/tools/dsymutil/LLVMBuild.txt
+++ b/llvm/tools/dsymutil/LLVMBuild.txt
@@ -18,4 +18,4 @@
 type = Tool
 name = dsymutil
 parent = Tools
-required_libraries = AsmPrinter DebugInfoDWARF MC Object Support all-targets
+required_libraries = AsmPrinter DebugInfoDWARF MC Object CodeGen Support all-targets


        


More information about the llvm-commits mailing list