From: Michael Liao Date: Thu, 10 Oct 2019 18:04:52 +0000 (+0000) Subject: Fix build by adding the missing dependency. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a256672d1cc561bfe81b9335f8b00e94c343b9e8;p=llvm Fix build by adding the missing dependency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/GSYM/LLVMBuild.txt b/lib/DebugInfo/GSYM/LLVMBuild.txt index ff324253994..d3cf7653abf 100644 --- a/lib/DebugInfo/GSYM/LLVMBuild.txt +++ b/lib/DebugInfo/GSYM/LLVMBuild.txt @@ -18,4 +18,4 @@ type = Library name = DebugInfoGSYM parent = DebugInfo -required_libraries = Support +required_libraries = MC Support