From: Michael Liao Date: Tue, 2 Apr 2019 13:01:45 +0000 (+0000) Subject: [ObjectYAML] Fix build issue X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e01364bcacf87f5ba0419a1be8998eff20fe82b;p=llvm [ObjectYAML] Fix build issue - ObjectYAML depends on Object as minidump support adds additional dependency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357471 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ObjectYAML/LLVMBuild.txt b/lib/ObjectYAML/LLVMBuild.txt index 66a508d334f..c9212361e8c 100644 --- a/lib/ObjectYAML/LLVMBuild.txt +++ b/lib/ObjectYAML/LLVMBuild.txt @@ -10,4 +10,4 @@ type = Library name = ObjectYAML parent = Libraries -required_libraries = Support DebugInfoCodeView +required_libraries = Object Support DebugInfoCodeView