From 8f16251a7add6ffd3efc81301c54915e10aac015 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Mon, 27 Apr 2015 21:23:12 +0000 Subject: [PATCH] Add missing library dependency in libPDB. PDB uses COFFObjectFile::getPE32Header which lives in libObject. Make sure that LLVMBuild.txt reflects this dependency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235920 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/PDB/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DebugInfo/PDB/LLVMBuild.txt b/lib/DebugInfo/PDB/LLVMBuild.txt index 690598ade5c..9ee9f4067e9 100644 --- a/lib/DebugInfo/PDB/LLVMBuild.txt +++ b/lib/DebugInfo/PDB/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = DebugInfoPDB parent = DebugInfo -required_libraries = Support +required_libraries = Object Support -- 2.34.1