[all-commits] [llvm/llvm-project] 64576a: [lldb][NFC] Refactor name to index maps in Symtab
Alex via All-commits
all-commits at lists.llvm.org
Tue Jun 8 12:38:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64576a1be887b7afcacf0534e6c168805fba5677
https://github.com/llvm/llvm-project/commit/64576a1be887b7afcacf0534e6c168805fba5677
Author: Alex Langford <apl at fb.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M lldb/include/lldb/Symbol/Symtab.h
M lldb/source/Symbol/Symtab.cpp
Log Message:
-----------
[lldb][NFC] Refactor name to index maps in Symtab
The various maps in Symtab lead to some repetative code. This should
improve the situation somewhat.
Differential Revision: https://reviews.llvm.org/D103652
More information about the All-commits
mailing list