projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077908a
)
Add missing library dependency in libPDB.
author
Pete Cooper
<peter_cooper@apple.com>
Mon, 27 Apr 2015 21:23:12 +0000
(21:23 +0000)
committer
Pete Cooper
<peter_cooper@apple.com>
Mon, 27 Apr 2015 21:23:12 +0000
(21:23 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/DebugInfo/PDB/LLVMBuild.txt
b/lib/DebugInfo/PDB/LLVMBuild.txt
index 690598ade5c4057c9f52e35c8e4496e49d1a1849..9ee9f4067e990ebf4be3f7aa908092cd5e76379e 100644
(file)
--- 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