llvm-6502/test/tools
Kevin Enderby 7118c73867 Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol stubs.
So in fully linked images when a call is made through a stub it now gets a
comment like the following in the disassembly:

    callq	0x100000f6c             ## symbol stub for: _printf

indicating the call is to a symbol stub and which symbol it is for.  This is
done for branch reference types and seeing if the branch target is in a stub
section and if so using the indirect symbol table entry for that stub and
using that symbol table entries symbol name.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218546 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-26 22:20:44 +00:00
..
gold LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
llvm-cov llvm-cov: Combine segments that cover the same location 2014-09-25 00:34:18 +00:00
llvm-dwarfdump Removing empty ARM tests from failed revert 2014-09-24 21:58:04 +00:00
llvm-lit [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
llvm-objdump Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol stubs. 2014-09-26 22:20:44 +00:00
llvm-profdata llvm-profdata: Avoid undefined behaviour when reading raw profiles 2014-09-12 21:22:55 +00:00
llvm-readobj Rebuild the inputs for the codeview-linetables.test with VS2013 2014-09-23 13:49:51 +00:00
llvm-vtabledump llvm-vtabledump: strip trailing NUL bytes 2014-09-26 05:50:45 +00:00