llvm-6502/test/tools/llvm-objdump/X86
Kevin Enderby fdedee296f Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.
First step done in this commit is to get flush out enough of the
SymbolizerGetOpInfo() routine to symbolic an X86_64 hello world .o and
its loading of the literal string and call to printf.  Also the code to
symbolicate the X86_64_RELOC_SUBTRACTOR relocation and a test is also
added to show a slightly more complicated case.

Next will be to flush out enough of SymbolizerSymbolLookUp() to get the
literal string “Hello world” printed as a comment on the instruction that load
the pointer to it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217893 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-16 18:00:57 +00:00
..
Inputs Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files. 2014-09-04 16:54:47 +00:00
disassembly-show-raw.test
lit.local.cfg
macho-private-headers.test Removed the ctime printed “time stamp” from macho-private-headers.test to fix the builds. 2014-09-04 17:13:44 +00:00
macho-symbolized-disassembly.test Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. 2014-09-16 18:00:57 +00:00
macho-symbolized-subtractor.test Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. 2014-09-16 18:00:57 +00:00
out-of-section-sym.test