summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/macho-weak-bind.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] clean up test cases now that build bots are greenNick Kledzik2014-09-171-2/+2
| | | | llvm-svn: 217985
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-0/+10
This finishes the ability of llvm-objdump to print out all information from the LC_DYLD_INFO load command. The -bind option prints out symbolic references that dyld must resolve immediately. The -lazy-bind option prints out symbolc reference that are lazily resolved on first use. The -weak-bind option prints out information about symbols which dyld must try to coalesce across images. llvm-svn: 217853
OpenPOWER on IntegriCloud