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 | ||||
* | Remove trailing whitespace. | Rui Ueyama | 2017-12-12 | 1 | -1/+1 |
| | | | | llvm-svn: 320520 | ||||
* | Update testcases for llvm-dwarfdump command line interface change | Adrian Prantl | 2017-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 312974 | ||||
* | [ELF] - Add testcase testing .gdb_index generation when base address of CU ↵ | George Rimar | 2017-09-04 | 1 | -0/+70 |
is used. Recently (before r312477) lib/DebugInfo incorrectly handled the case when debug ranges uses base address of CU. Section index was not calulcated properly and LLD crashed on provided testcase. Differential revision: https://reviews.llvm.org/D37297 llvm-svn: 312478 |