Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test][tools] Add missing and improve testing | James Henderson | 2019-12-09 | 1 | -0/+1 |
| | | | | | | | | | | | Mostly this adds testing for certain aliases in more explicit ways. There are also a few tidy-ups, and additions of missing testing, where the feature was either not tested at all, or not tested explicitly and sufficiently. Reviewed by: MaskRay, rupprecht, grimar Differential Revision: https://reviews.llvm.org/D71116 | ||||
* | [ELF][llvm-objdump] Treat dynamic tag values as virtual addresses instead of ↵ | Wolfgang Pieb | 2019-06-10 | 1 | -0/+113 |
offsets The ELF gABI requires the tag values of DT_REL, DT_RELA and DT_JMPREL to be treated as virtual addresses. They were treated as offsets. Fixes PR41832. Differential Revision: https://reviews.llvm.org/D62972 llvm-svn: 362969 |