llvm-6502/test/Object/X86
Rafael Espindola d57120551f Use "weak alias" instead of "alias weak"
Before this patch we had

@a = weak global ...
but
@b = alias weak ...

The patch changes aliases to look more like global variables.

Looking at some really old code suggests that the reason was that the old
bison based parser had a reduction for alias linkages and another one for
global variable linkages. Putting the alias first avoided the reduce/reduce
conflict.

The days of the old .ll parser are long gone. The new one parses just "linkage"
and a later check is responsible for deciding if a linkage is valid in a
given context.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214355 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-30 22:51:54 +00:00
..
archive-ir-asm.ll Changed the lvm-nm alias "-s" for -print-armap to "-M". 2014-07-08 23:47:31 +00:00
lit.local.cfg Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
macho-text-sections.test Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
nm-ir.ll Use "weak alias" instead of "alias weak" 2014-07-30 22:51:54 +00:00
objdump-cfg-invalid-opcode.yaml YAMLIO: Allow scalars to dictate quotation rules 2014-04-10 07:37:33 +00:00
objdump-cfg-textatomsize.yaml Add testcase for r188873: MCTextAtom boundaries. 2013-08-21 19:40:22 +00:00
objdump-cfg.yaml Add basic YAML MC CFG testcase. 2013-08-21 16:13:25 +00:00
objdump-disassembly-inline-relocations.test Fix "llvm-objdump -d -r" to show relocations inline for ELF files 2014-01-25 17:38:19 +00:00
objdump-disassembly-symbolic.test Implement getRelocationAddress for MachO and ET_REL elf files. 2014-04-03 23:54:35 +00:00
objdump-trivial-object.test
yaml2obj-elf-x86-rel.yaml [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAML 2014-05-09 13:57:33 +00:00