Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-objdump: handle stubbed and malformed dylibs better | Tim Northover | 2016-07-14 | 1 | -0/+7 |
We were quite happy to read past the end of the valid section data when disassembling. Instead we entirely skip stub dylibs, and tell the user what's happened if their section only has partial data. llvm-svn: 275487 |