summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/X86/nm-macho.s
Commit message (Collapse)AuthorAgeFilesLines
* Common symbols are not undefined, at least for ObjectFile.Rafael Espindola2015-07-071-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
OpenPOWER on IntegriCloud