Skip to content
Commit 747bcb03 authored by Greg Clayton's avatar Greg Clayton
Browse files

Convert lldb::ModuleSP to use an instrusive ref counted pointer.

We had some cases where getting the shared pointer for a module from
the global module list was causing a performance issue when debugging
with DWARF in .o files. Now that the module uses intrusive ref counts,
we can easily convert any pointer to a shared pointer.

llvm-svn: 139983
parent 5631ebce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment