Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objdump] Simplify PrintHelpMessage() logic | Fangrui Song | 2019-04-16 | 1 | -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 Ributzka | 2014-12-19 | 1 | -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 |