[llvm] [IR] Handle `.__uniq.` in `getGlobalIndentifier` for local linkage objects (PR #98163)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 11:14:56 PDT 2024
ellishg wrote:
It might be worthwhile to create a simple NFC PR that simply creates a global `NameParticles` struct and removes the string constants like `".llvm."`. This has a nice benefit of making these searchable in the codebase.
https://github.com/llvm/llvm-project/pull/98163
More information about the llvm-commits
mailing list