[Lldb-commits] [PATCH] D66858: POSIX DYLD: add workaround for android L loader

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 28 10:27:50 PDT 2019


xiaobai accepted this revision.
xiaobai added a comment.
Herald added a subscriber: JDevlieghere.

LGTM, small typo tho



================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp:553
+  // reported.  Attempt to discover it based on the load address of the object
+  // file.
+  if (entry.base_addr == 0) {
----------------
`lirbary` -> `library`


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D66858





More information about the lldb-commits mailing list