[PATCH] D143318: [Support] Move ItaniumManglingCanonicalizer and SymbolRemappingReader from Support to ProfileData
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 4 10:30:01 PST 2023
RKSimon added a comment.
In D143318#4104408 <https://reviews.llvm.org/D143318#4104408>, @MaskRay wrote:
> `ItaniumManglingCanonicalizer.cpp` doesn't have many includes. I think it is fine to remain in llvm/lib/Support ...
The frontend cost might not be high - but ItaniumManglingCanonicalizer.cpp is still slow to build, so getting it out of something as core as Support still make senses
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143318/new/
https://reviews.llvm.org/D143318
More information about the cfe-commits
mailing list