llvm-project/llvm/lib/DebugInfo/Symbolize
Fangrui Song dd0e833555 [llvm-symbolizer] Fix section index at the end of a section
This is very minor issue. The returned section index is only used by
DWARFDebugLine as an llvm::upper_bound input and the use case shouldn't
cause any behavioral change.

llvm-svn: 358814
2019-04-20 13:00:09 +00:00
..
CMakeLists.txt
DIPrinter.cpp [llvm-symbolizer] Add `--output-style` switch. 2019-04-04 08:39:40 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SymbolizableObjectFile.cpp [llvm-symbolizer] Fix section index at the end of a section 2019-04-20 13:00:09 +00:00
SymbolizableObjectFile.h [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>> 2019-04-06 02:18:56 +00:00
Symbolize.cpp Use llvm::crc32 instead of crc32. NFC 2019-04-08 13:40:58 +00:00