llvm-6502/test/Object
Sean Silva 6f0ca0c590 This was a nifty test, but remove it.
It wouldn't really test anything that doesn't already have a more
targeted test:
`yaml2obj-elf-section-basic.yaml`:
  Already tests that section content is correctly passed though.
`yaml2obj-elf-symbol-basic.yaml` (this file):
  Tests that the st_value and st_size attributes of `main` are set
  correctly.
Between those two tests, disassembling the file doesn't really add
anything, so just remove mention of disassembling the file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184607 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-21 23:17:13 +00:00
..
ARM
Inputs Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
Mips
X86 Revert "Put r184469 disassembler test back on X86" 2013-06-21 23:17:10 +00:00
archive-long-index.test
coff-archive-short.test
coff-archive.test
elf-reloc-no-sym.test
lit.local.cfg
nm-archive.test Make sure ar is creating a new file instead of updating an existing one. 2013-06-20 13:44:49 +00:00
nm-shared-object.test
nm-trivial-object.test
nm-universal-binary.test Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
obj2yaml.test
objdump-file-header.test
objdump-private-headers.test
objdump-relocations.test
objdump-section-content.test
objdump-sectionheaders.test
objdump-symbol-table.test
readobj-elf-versioning.test
readobj-shared-object.test
readobj.test
relocation-executable.test
simple-archive.test
yaml2obj-elf-bits-endian.test
yaml2obj-elf-file-headers.yaml [yaml2obj][ELF] Beef up this test a bit. 2013-06-19 00:55:32 +00:00
yaml2obj-elf-section-basic.yaml [yaml2obj] Add support for sh_link via Link key. 2013-06-15 00:25:26 +00:00
yaml2obj-elf-symbol-basic.yaml This was a nifty test, but remove it. 2013-06-21 23:17:13 +00:00
yaml2obj-elf-symbol-LocalGlobalWeak.yaml [yaml2obj][ELF] Don't explicitly set Binding with STB_* 2013-06-21 00:27:50 +00:00
yaml2obj-readobj.test