summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/objdump-export-list.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] Simplify PrintHelpMessage() logicFangrui Song2019-04-161-2/+3
| | | | | | | | This relands rL358418. It missed one test that should also use -macho Note, all the other -private-header -exports-trie tests are used together with -macho. llvm-svn: 358472
* [Object] Don't crash on empty export lists.Juergen Ributzka2014-12-191-0/+4
Summary: This fixes the exports iterator if the export list is empty. Reviewers: Bigcheese, kledzik Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D6732 llvm-svn: 224563
OpenPOWER on IntegriCloud