Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol table entry should be treated differently for relocatable and relocated files. This patch fixes symbol addresses printed by llvm-nm for executables and shared objects. llvm-svn: 164365
Loading
Please register or sign in to comment