llvm-6502/tools/dsymutil
Rafael Espindola 9ca3a03969 Common symbols don't have a value.
At least not in the interface exposed by ObjectFile. This matches what ELF and
COFF implement.

Adjust existing code that was expecting them to have values. No overall
functionality change intended.

Another option would be to change the interface and the ELF and COFF
implementations to say that the value of a common symbol is its size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241593 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-07 15:05:09 +00:00
..
BinaryHolder.cpp
BinaryHolder.h
CMakeLists.txt add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
DebugMap.cpp Common symbols don't have a value. 2015-07-07 15:05:09 +00:00
DebugMap.h [dsymutil] Apply clang-format. NFC 2015-06-05 20:27:07 +00:00
dsymutil.cpp Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a binary. 2015-06-03 20:29:24 +00:00
dsymutil.h [dsymutil] Apply clang-format. NFC 2015-06-05 20:27:07 +00:00
DwarfLinker.cpp Return ErrorOr from SymbolRef::getName. 2015-07-02 20:55:21 +00:00
LLVMBuild.txt
MachODebugMapParser.cpp Common symbols don't have a value. 2015-07-07 15:05:09 +00:00
Makefile