Enable the use of the new dyld SPI on the current
authorJason Molenda <jmolenda@apple.com>
Wed, 26 Oct 2016 04:48:41 +0000 (04:48 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 26 Oct 2016 04:48:41 +0000 (04:48 +0000)
generation macosx/ios/tvos/watchos.

llvm-svn: 285172

lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp

index 89121bd..c0f3c7d 100644 (file)
@@ -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(