mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
747bcb03d25144951e24d957fc667bb497c88ed9
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
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%