From 56ebef45efe4807fba24d61f97eface88a6e2b46 Mon Sep 17 00:00:00 2001 From: Nick Kledzik Date: Tue, 16 Sep 2014 01:41:51 +0000 Subject: [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. llvm-svn: 217853 --- .../tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 | Bin 0 -> 8592 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 (limited to 'llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64') diff --git a/llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 b/llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 new file mode 100755 index 00000000000..02a4d1216f2 Binary files /dev/null and b/llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 differ -- cgit v1.2.3