Fix a bug in MachOObjectFile::getSymbolType() that it is not checking if
the iterator is end() before deference the iterator. Instead, return
Other type, which aligns with the behavior of llvm-nm.
rdar://75291638
Differential D98739
[Object][MachO] Handle end iterator in getSymbolType() steven_wu on Mar 16 2021, 1:24 PM. Authored by
Details Fix a bug in MachOObjectFile::getSymbolType() that it is not checking if rdar://75291638
Diff Detail
|