From: Jason Molenda Date: Wed, 26 Oct 2016 04:48:41 +0000 (+0000) Subject: Enable the use of the new dyld SPI on the current X-Git-Tag: llvmorg-4.0.0-rc1~6259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3b7527ccb4400be6978b6ed6283afc202ecd753;p=platform%2Fupstream%2Fllvm.git Enable the use of the new dyld SPI on the current generation macosx/ios/tvos/watchos. llvm-svn: 285172 --- diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp index 89121bd..c0f3c7d 100644 --- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp +++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp @@ -1157,11 +1157,6 @@ bool DynamicLoaderDarwin::UseDYLDSPI(Process *process) { } } - // FIXME: Temporarily force the use of the old DynamicLoader plugin until all - // the different use cases have been tested & the updated SPIs are available - // everywhere. - use_new_spi_interface = false; - if (log) { if (use_new_spi_interface) log->Printf(