Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64 | Fangrui Song | 2019-09-16 | 1 | -2/+2 |
| | | | | | | | | Port the D64906 technique to EM_X86_64. Differential Revision: https://reviews.llvm.org/D67482 llvm-svn: 371958 | ||||
* | [DWARF] Fix typo, .gnu_index -> .gdb_index | Fangrui Song | 2018-11-02 | 1 | -1/+1 |
| | | | | llvm-svn: 346040 | ||||
* | Update testcases for llvm-dwarfdump command line interface change | Adrian Prantl | 2017-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 312974 | ||||
* | [ELF] - Added testcase gdb-index-ranges.s (https://reviews.llvm.org/D32750) | George Rimar | 2017-05-03 | 1 | -0/+66 |
Before rL301170 was landed, LLD did not produce correct entries in .gdb_index address area. Issue was fixed on LLVM DWARF parsers side and was relative to how .debug_ranges section was scanned. It was main problem of PR32319. It makes sense to have testcase on LLD size too. This checks that we generate proper values now, because we do not have any tests for .gdb_index which works with .debug_ranges atm. Differential revision: https://reviews.llvm.org/D32750 llvm-svn: 302006 |