[Lldb-commits] [PATCH] D98879: [lldb/PlatformPOSIX] Change LoadImage default to RTLD_LAZY

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 18 14:03:57 PDT 2021


JDevlieghere added a comment.

This and the proposed test sound reasonable to me.



================
Comment at: lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp:581
+  // version symbol is checked. (Previously, LLDB used RTLD_NOW=2, which made
+  // it impossible to load such libraries (e.g. libswiftCore.dylib)).
+  //
----------------
I don't think the `libswiftCore.dylib` example adds much. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98879/new/

https://reviews.llvm.org/D98879



More information about the lldb-commits mailing list