llvm-6502/test/MC
Rafael Espindola 9f299abc05 Omit unused section symbols from the symbol table.
Section symbols exist as an optimization: instead of having multiple relocations
point to different symbols, many of them can point to a single section symbol.

When that optimization is unused, a section symbol is also unused and adds no
extra information to the object file.

This saves a bit of space on the object files and makes the output of
llvm-objdump -t easier to read and consequently some tests get quite a bit
simpler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239045 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-04 15:33:30 +00:00
..
AArch64 AArch64: fix typo in SMIN far atomics and add tests 2015-06-02 18:37:20 +00:00
ARM Omit unused section symbols from the symbol table. 2015-06-04 15:33:30 +00:00
AsmParser
COFF
Disassembler AArch64: fix typo in SMIN far atomics and add tests 2015-06-02 18:37:20 +00:00
ELF Omit unused section symbols from the symbol table. 2015-06-04 15:33:30 +00:00
Hexagon
MachO
Markup
Mips llvm-readobj can parse relocations, no need to check the raw bytes.x 2015-06-04 15:15:12 +00:00
PowerPC Add testcase that would crash before the previous revert. 2015-06-04 05:51:13 +00:00
R600
Sparc
SystemZ
X86 Test commit 2015-06-04 07:23:38 +00:00