1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/tools/llvm-objdump/X86
Kevin Enderby 3f9a07c662 For llvm-objdump, add the option -private-header (without the trailing ’s’)
to only print the first private header.

Which for Mach-O files only prints the Mach header and not the subsequent load
commands.  Which is used by scripts to match what the darwin otool(1) with the
-h flag does without the -l flag.

For non-Mach-O files it has the same functionality as -private-headers (with
the trailing ’s’).

rdar://24158331

llvm-svn: 257548
2016-01-13 00:25:36 +00:00
..
Inputs [llvm-objdump] Use the COFF export table for additional symbols 2015-11-18 02:49:19 +00:00
coff-dis-internal.test
coff-disassemble-export.test [llvm-objdump] Use the COFF export table for additional symbols 2015-11-18 02:49:19 +00:00
disassemble-data.test
disassembly-show-raw.test
lit.local.cfg
macho-archive-headers.test
macho-cstring-dump.test
macho-dis-no-leading-addr.test
macho-dis-symname.test
macho-dylib.test
macho-indirect-symbols.test
macho-info-plist.test
macho-literal-pointers-i386.test
macho-literal-pointers-x86_64.test
macho-literals.test
macho-nontext-disasm.test
macho-objc-meta-data.test
macho-private-header.test For llvm-objdump, add the option -private-header (without the trailing ’s’) 2016-01-13 00:25:36 +00:00
macho-private-headers.test
macho-relocations.test
macho-section-contents.test
macho-section-headers.test
macho-section.test
macho-symbol-table.test [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data 2015-11-12 09:40:29 +00:00
macho-symbolized-disassembly.test
macho-symbolized-subtractor-i386.test
macho-symbolized-subtractor.test
macho-universal-x86_64.i386.test
macho-unwind-info.test
malformed-machos.test Tweak to r250117 and change to use ErrorOr and drop isSizeValid for 2015-10-13 20:48:04 +00:00
out-of-section-sym.test