llvm-6502/test/tools
Nick Kledzik 367cf70f27 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217853 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-16 01:41:51 +00:00
..
gold Remember to eraseFromParent after replaceAllUsesWith. 2014-09-10 19:39:41 +00:00
llvm-cov llvm-cov: Make debug output more consistent 2014-09-15 22:23:29 +00:00
llvm-lit [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
llvm-objdump [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options 2014-09-16 01:41:51 +00:00
llvm-profdata llvm-profdata: Avoid undefined behaviour when reading raw profiles 2014-09-12 21:22:55 +00:00
llvm-readobj Object: Add support for bigobj 2014-09-10 12:51:52 +00:00
llvm-vtabledump llvm-vtabledump: A vtable dumper 2014-07-24 23:14:40 +00:00