diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2023-02-06 20:55:24 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2023-02-06 20:55:48 +0000 |
commit | 6c8fe96582362ebff9f466dcf8a8d76b06641de2 (patch) | |
tree | 46cb3aa21cba93463cefa0fcbdc98a9f636db631 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h | |
parent | 6ab9f1e59371fe96ca3fda1a26a28ae0b7caf637 (diff) | |
download | llvm-6c8fe96582362ebff9f466dcf8a8d76b06641de2.zip llvm-6c8fe96582362ebff9f466dcf8a8d76b06641de2.tar.gz llvm-6c8fe96582362ebff9f466dcf8a8d76b06641de2.tar.bz2 |
[Support] Move ItaniumManglingCanonicalizer and SymbolRemappingReader from Support to ProfileData
As mentioned on https://discourse.llvm.org/t/issues-in-llvm-tblgen-high-parallelized-build/68037, ItaniumManglingCanonicalizer is often slow to build, resulting in a bottleneck for distributed builds while waiting for LLVMSupport to complete.
SymbolRemappingReader is the only current user of ItaniumManglingCanonicalizer, and this is only used by ProfileData and llvm-cxxmap - so I propose we move both files into the ProfileData library.
Differential Revision: https://reviews.llvm.org/D143318
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions