mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
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
This commit is contained in:
parent
077908a4d2
commit
8f16251a7a
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = DebugInfoPDB
|
||||
parent = DebugInfo
|
||||
required_libraries = Support
|
||||
required_libraries = Object Support
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user