mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 16:46:10 +00:00

Loading a shared library can require a large amount of work; rather than do that serially for each library, this patch will allow parallelization of the symbols and debug info name indexes. From scott.smith@purestorage.com https://reviews.llvm.org/D32598 llvm-svn: 301609