[llvm] [Offload] Cache symbols in program (PR #148209)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 02:12:19 PDT 2025


RossBrunton wrote:

@jhuber6 I thought map would be complicated since we need to store both the kind and name. But since we aren't going to have many Kinds, we can just use two distinct maps. I've updated it.

https://github.com/llvm/llvm-project/pull/148209


More information about the llvm-commits mailing list