[Lldb-commits] [lldb] r285172 - Enable the use of the new dyld SPI on the current

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 25 21:48:41 PDT 2016


Author: jmolenda
Date: Tue Oct 25 23:48:41 2016
New Revision: 285172

URL: http://llvm.org/viewvc/llvm-project?rev=285172&view=rev
Log:
Enable the use of the new dyld SPI on the current
generation macosx/ios/tvos/watchos.

Modified:
    lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp

Modified: lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp?rev=285172&r1=285171&r2=285172&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp Tue Oct 25 23:48:41 2016
@@ -1157,11 +1157,6 @@ bool DynamicLoaderDarwin::UseDYLDSPI(Pro
     }
   }
 
-  // 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(




More information about the lldb-commits mailing list