Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274

this is not installing itself for Mach-O binaries.

llvm-svn: 203310
This commit is contained in:
Jason Molenda 2014-03-07 23:23:10 +00:00
parent 887e70786a
commit 790b4e527b
1 changed files with 0 additions and 4 deletions

View File

@ -125,9 +125,7 @@ lldb_private::Initialize ()
OperatingSystemPython::Initialize();
#endif
JITLoaderGDB::Initialize();
#if defined(__linux__) || defined(__FreeBSD__)
ProcessElfCore::Initialize();
#endif
#if defined (__APPLE__)
//----------------------------------------------------------------------
@ -211,9 +209,7 @@ lldb_private::Terminate ()
OperatingSystemPython::Terminate();
#endif
JITLoaderGDB::Terminate();
#if defined(__linux__) || defined(__FreeBSD__)
ProcessElfCore::Terminate();
#endif
#if defined (__APPLE__)
DynamicLoaderMacOSXDYLD::Terminate();