1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Object/X86
Rafael Espindola 5590e08308 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.

llvm-svn: 241605
2015-07-07 17:12:59 +00:00
..
archive-ir-asm.ll
lit.local.cfg
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
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
objdump-disassembly-inline-relocations.test
objdump-label.test
objdump-trivial-object.test
yaml2obj-elf-x86-rel.yaml