[PATCH] D54460: Don't keep a global ABI plugin per architecture

Jim Ingham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 11:43:58 PST 2018


jingham added a comment.

Okay, I think I'll keep what Jason did and just make them per-process.  As Greg said, they are very cheap to make, since they just take a Process SP and get the weak pointer from it.  None of them have any other state.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D54460





More information about the llvm-commits mailing list