From: Pete Cooper Date: Mon, 27 Apr 2015 21:23:12 +0000 (+0000) Subject: Add missing library dependency in libPDB. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f16251a7add6ffd3efc81301c54915e10aac015;p=oota-llvm.git 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 --- 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