Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objdump] clean up test cases now that build bots are green | Nick Kledzik | 2014-09-17 | 1 | -3/+2 |
| | | | | llvm-svn: 217985 | ||||
* | [llvm-objdump] properly use c_str() with format("%s"). Improve ↵ | Nick Kledzik | 2014-09-17 | 1 | -3/+3 |
| | | | | | | getLibraryShortNameByIndex() error handling. llvm-svn: 217930 | ||||
* | tweak test case for debugging bot | Nick Kledzik | 2014-09-16 | 1 | -3/+3 |
| | | | | llvm-svn: 217906 | ||||
* | tweak test case to help build bot | Nick Kledzik | 2014-09-16 | 1 | -1/+2 |
| | | | | llvm-svn: 217860 | ||||
* | [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options | Nick Kledzik | 2014-09-16 | 1 | -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 |