summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/non-archive-object.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] Don't crash when using `-a` on non-archivesJames Henderson2018-10-291-0/+25
This fixes PR39402. The crash was caused when dereferencing nullptr in DumpObject and printArchiveChild. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D53690 Patch by Xing GUO llvm-svn: 345503
OpenPOWER on IntegriCloud