llvm-6502/test/tools/llvm-objdump
Adrian Prantl 54a2768153 llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast
option that works with all object container formats.
Now that clang modules/PCH are object containers this option is useful to
to construct pipes like

  llvm-objdump -raw-clang-ast foo.pcm | llvm-bcanalyzer -

to inspect the AST contents in a PCH container.
Will be tested via clang.

Belatedly addresses review feedback for r233390.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241659 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-08 02:04:15 +00:00
..
AArch64 [Objdump] Pass the correct subtarget to printInst. 2015-03-28 20:44:05 +00:00
ARM Have MachOObjectFile::isValidArch() accept armv7 2015-06-16 17:37:03 +00:00
Inputs
X86 objdump: Don't print a (always 0) size for MachO symbols. 2015-06-23 15:45:38 +00:00
coff-file.test
coff-large-bss.test
coff-many-relocs.test
coff-non-null-terminated-file.test
coff-private-headers.test
common-symbol-elf.test
hex-relocation-addr.test
invalid-input.test Fix buildbot failure on Windows by relaxing test expectations. 2015-06-04 19:22:00 +00:00
macho-bad-ordinal.test
macho-bind2.test
macho-bind.test
macho-compact-unwind-i386.test
macho-compact-unwind-x86_64.test
macho-exports-trie.test
macho-lazy-bind.test
macho-rebase.test
macho-sections.test llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast 2015-07-08 02:04:15 +00:00
macho-unwind-info-arm64.test
macho-unwind-info-no-relocs.test
macho-unwind-info-x86_64.test
macho-weak-bind.test
proc-specific-section-elf.test
win64-unwind-data.test