[PATCH 1/1] DebugInfo: Fix link failure since r235900
Jan Vesely
jan.vesely at rutgers.edu
Mon Apr 27 13:27:51 PDT 2015
r235900 added call to getPE32Header which is defined in lib/Object/COFFObjectFile.cpp
Fixes cmake linking failure
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
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 690598a..db7a7a4 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 = Support Object
--
2.1.0
More information about the llvm-commits
mailing list