aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Object/nm-universal-binary.test
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...Kevin Enderby1-0/+19
2014-08-08pr20589: Fix duplicated arch flag.Rafael Espindola1-0/+10
2014-07-24Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).Kevin Enderby1-0/+10
2014-06-30Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby1-2/+14
2014-06-19Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...Kevin Enderby1-1/+1
2014-06-19Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby1-4/+4
2014-05-20Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby1-1/+1
2014-05-20Revert r209235 as it broke two tests:Kevin Enderby1-1/+1
2014-05-20Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby1-1/+1
2014-05-14Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby1-5/+18
2014-05-09Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby1-2/+2
2013-06-18Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov1-0/+6