llvm-6502/test/Object/X86
Rafael Espindola 7b7c81cd35 Delete UnknownAddress. It is a perfectly valid symbol value.
getSymbolValue now returns a value that in convenient for most callers:
* 0 for undefined
* symbol size for common symbols
* offset/address for symbols the rest

Code that needs something more specific can check getSymbolFlags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241605 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-07 17:12:59 +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
nm-coff.s llvm-nm: treat weak undefined as undefined. 2015-07-06 21:36:23 +00:00
nm-ir.ll Use "weak alias" instead of "alias weak" 2014-07-30 22:51:54 +00:00
nm-macho.s Common symbols are not undefined, at least for ObjectFile. 2015-07-07 14:26:39 +00:00
nm-print-size.s Delete UnknownAddress. It is a perfectly valid symbol value. 2015-07-07 17:12:59 +00:00
no-start-symbol.test Move test that depends on x86 to the x86 directory. 2015-06-04 15:25:47 +00:00
objdump-disassembly-inline-relocations.test Fix getRelocationValueString to return the symbol name for EM_386. 2014-10-29 18:37:13 +00:00
objdump-label.test Fix an off-by-one bug in the target independent llvm-objdump. 2014-08-17 16:31:39 +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