[Lldb-commits] [PATCH] D45703: Use a utility function to speed up "process load image" for POSIX Platforms

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 17 13:46:36 PDT 2018


jingham added a comment.

The only outstanding question is whether we should enforce "Targets can't change their platforms" in which case we could remove the check in GetLoadImageUtilityFunction.  The check does no harm either way, and this doesn't seem the right forum to decide the larger policy question.  The testsuite is clean, so I'm going to check this in.


Repository:
  rL LLVM

https://reviews.llvm.org/D45703





More information about the lldb-commits mailing list