aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2016-03-29 20:18:07 +0000
committerKevin Enderby <enderby@apple.com>2016-03-29 20:18:07 +0000
commit2d431c3dba75ddf1b78a6d70d0585985e157ae1d (patch)
tree66b90df7d23110fc2b7e0200ad298647107b368c /llvm/lib/CodeGen/MachineFunctionPass.cpp
parentee2f96c79b920ab3375e20281805eeff5d93ebc4 (diff)
downloadllvm-2d431c3dba75ddf1b78a6d70d0585985e157ae1d.zip
llvm-2d431c3dba75ddf1b78a6d70d0585985e157ae1d.tar.gz
llvm-2d431c3dba75ddf1b78a6d70d0585985e157ae1d.tar.bz2
Fix some bugs in the posix output of llvm-nm. Which is documented on
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/nm.html . 1) For Mach-O files the code was not printing the values in hex as is the default. 2) The values printed had leading zeros which they should not have. 3) The address for undefined symbols was printed as spaces instead of 0. 4) With the -A option with posix output for an archive did not use square brackets around the archive member name. rdar://25311883 and rdar://25299678 llvm-svn: 264778
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions