[llvm] 61f538d - Add missing dependency to fix shared library build.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 23:00:05 PST 2020


Author: Michael Liao
Date: 2020-02-26T01:59:53-05:00
New Revision: 61f538d37b80eb589f8990f0b4513d702704ea38

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

LOG: Add missing dependency to fix shared library build.

Added: 
    

Modified: 
    llvm/lib/DebugInfo/GSYM/LLVMBuild.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt b/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt
index c27c5f1f38ef..36ba962d502e 100644
--- a/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt
+++ b/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt
@@ -18,4 +18,4 @@
 type = Library
 name = DebugInfoGSYM
 parent = DebugInfo
-required_libraries = MC Support DebugInfoDWARF
+required_libraries = MC Object Support DebugInfoDWARF


        


More information about the llvm-commits mailing list