labath wrote:

> are used in the following files except Module.cpp:
> 
> ```
> source/Core/RichManglingContext.cpp
> source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
> source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
> source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
> ```

The question here is who is using those files and why. These are all plugins, 
so they shouldn't be pulled in unless they are `Initialized`.

https://github.com/llvm/llvm-project/pull/132274
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to