diff options
| author | Pete Cooper <peter_cooper@apple.com> | 2015-04-27 21:23:12 +0000 |
|---|---|---|
| committer | Pete Cooper <peter_cooper@apple.com> | 2015-04-27 21:23:12 +0000 |
| commit | 5b395243132dc3463c23daea1f215237565ce85f (patch) | |
| tree | a1cbfaf807720b3c5c4ecfadf424c83f001dfde1 /llvm/lib/DebugInfo/PDB | |
| parent | c3e2fd7bea20a255ef071266ee7cac50a62be807 (diff) | |
| download | bcm5719-llvm-5b395243132dc3463c23daea1f215237565ce85f.tar.gz bcm5719-llvm-5b395243132dc3463c23daea1f215237565ce85f.zip | |
Add missing library dependency in libPDB.
PDB uses COFFObjectFile::getPE32Header which lives in libObject.
Make sure that LLVMBuild.txt reflects this dependency.
llvm-svn: 235920
Diffstat (limited to 'llvm/lib/DebugInfo/PDB')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/LLVMBuild.txt b/llvm/lib/DebugInfo/PDB/LLVMBuild.txt index 690598ade5c..9ee9f4067e9 100644 --- a/llvm/lib/DebugInfo/PDB/LLVMBuild.txt +++ b/llvm/lib/DebugInfo/PDB/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = DebugInfoPDB parent = DebugInfo -required_libraries = Support +required_libraries = Object Support |

