[all-commits] [llvm/llvm-project] b448ed: [lldb] Fix typo in AppleDWARFIndex
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Aug 10 19:23:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b448eda4066ff5dee2517018e386893ab629f9e8
https://github.com/llvm/llvm-project/commit/b448eda4066ff5dee2517018e386893ab629f9e8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
Log Message:
-----------
[lldb] Fix typo in AppleDWARFIndex
apple_names_table_up appeared twice in the binary expression, while the
second instance was meant to check apple_namespaces_table_up.
Fixes PR47101
More information about the All-commits
mailing list