From f324a89c25ad158e205a9a5af746444146b5b198 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 11 Oct 2011 16:42:21 +0000 Subject: Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all builds on all systems. llvm-svn: 141677 --- lldb/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/lib') diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index 929728f88b1..6abd672f6eb 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -38,6 +38,7 @@ USEDLIBS = lldbAPI.a \ lldbPluginLanguageRuntimeObjCAppleObjCRuntime.a \ lldbPluginObjectContainerBSDArchive.a \ lldbPluginObjectFileELF.a \ + lldbPluginObjectFilePECOFF.a \ lldbPluginPlatformGDBServer.a \ lldbPluginProcessGDBRemote.a \ lldbPluginSymbolFileDWARF.a \ -- cgit v1.2.3