1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Object/X86
Rafael Espindola a4c851ec3c Use the section name if a STT_SECTION symbol has empty name.
Without this we would have multiple relocations pointing to symbols
with the same name: the empty string. There was no way for yaml2obj to
be able to handle that.

A more general solution would be to unique symbol names in a similar
way to how we unique section names.  In practice I think this covers
all common cases and is a bit more user friendly than using names like
sym1, sym2, sym3, etc.

llvm-svn: 312603
2017-09-06 00:57:53 +00:00
..
archive-ir-asm.ll
archive-symbol-table.s
asm-lazy-reference.ll
irsymtab-asm.ll Bitcode: Write the irsymtab to disk. 2017-06-27 23:50:11 +00:00
irsymtab-bad-alias.ll Bitcode: Write the irsymtab to disk. 2017-06-27 23:50:11 +00:00
irsymtab.ll [LTO] Prevent dead stripping and internalization of symbols with sections 2017-07-25 19:42:32 +00:00
lit.local.cfg
macho-text-sections.test
nm-bitcodeweak.test
nm-coff.s
nm-ir.ll Add support for handling ifuncs to GlobalValue::getBaseObject 2017-05-15 18:28:29 +00:00
nm-macho.s
nm-print-size.s
nm-undefinedweak.test
no-start-symbol.test
obj2yaml-dup-section-name.s obj2yaml: Print unique section names. 2017-09-05 22:30:00 +00:00
obj2yaml-dup-symbol-name.s Use the section name if a STT_SECTION symbol has empty name. 2017-09-06 00:57:53 +00:00
objdump-disassembly-inline-relocations.test
objdump-label.test
objdump-trivial-object.test
yaml2obj-elf-x86-rel.yaml
yaml-elf-x86-rel-broken.yaml [YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values. 2017-06-30 10:31:03 +00:00