From deef72091a3b2d9d191141126d922731e9539d81 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Tue, 2 Apr 2019 13:01:45 +0000 Subject: [PATCH] [ObjectYAML] Fix build issue - ObjectYAML depends on Object as minidump support adds additional dependency. llvm-svn: 357471 --- llvm/lib/ObjectYAML/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/ObjectYAML/LLVMBuild.txt b/llvm/lib/ObjectYAML/LLVMBuild.txt index 66a508d334f3..c9212361e8ca 100644 --- a/llvm/lib/ObjectYAML/LLVMBuild.txt +++ b/llvm/lib/ObjectYAML/LLVMBuild.txt @@ -10,4 +10,4 @@ type = Library name = ObjectYAML parent = Libraries -required_libraries = Support DebugInfoCodeView +required_libraries = Object Support DebugInfoCodeView