Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common symbols are not undefined, at least for ObjectFile. | Rafael Espindola | 2015-07-07 | 1 | -0/+9 |
They are implemented like that in some object formats, but for the interface provided by lib/Object, SF_Undefined and SF_Common are different things. This matches the ELF and COFF implementation and fixes llvm-nm for MachO. llvm-svn: 241587 |