1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools
Meador Inge 4761d43258 llvm-nm: Don't print value or size for undefined or weak symbols
Undefined and weak symbols don't have a meaningful size or value.
As such, nothing should be printed for those attributes (this is
already done for the address with 'U') with the BSD format.  This
matches what GNU nm does.

Note that for the POSIX.2 format [1] zero values are still
printed for the size and value.  This seems in spirit with
the format strings in that specification, but is debatable.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/

Differential Revision: https://reviews.llvm.org/D26936

llvm-svn: 287802
2016-11-23 20:17:15 +00:00
..
dsymutil
gold Fix test/tools/gold/X86/thinlto_funcimport.ll on non-X86 hosts 2016-11-11 14:12:15 +00:00
llvm-ar
llvm-config
llvm-cov [llvm-cov] Avoid 0% when reporting something that's 0/0 2016-11-21 14:00:04 +00:00
llvm-cxxdump Fix a bug in the code of llvm-cxxdump in dumpArchive() when 2016-10-21 20:03:14 +00:00
llvm-cxxfilt llvm-cxxfilt: support reading from stdin 2016-11-13 20:43:38 +00:00
llvm-dwp dwarfdump: -summarize-types: print a short summary (unqualified type name, hash, length) of type units rather than dumping contents 2016-10-18 21:09:48 +00:00
llvm-lit
llvm-lto
llvm-lto2 [LTO] Add ability to parse AA pipelines. 2016-09-16 21:03:21 +00:00
llvm-mc
llvm-nm llvm-nm: Don't print value or size for undefined or weak symbols 2016-11-23 20:17:15 +00:00
llvm-objdump General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). 2016-11-16 22:17:38 +00:00
llvm-opt-report [llvm-opt-report] Fix unroll-count reporting 2016-10-24 05:07:18 +00:00
llvm-pdbdump
llvm-profdata [PGO] Fix bogus warning for merging empty llvm profile file 2016-10-19 22:51:17 +00:00
llvm-readobj llvm-readobj: Use hash tables to print dynamic symbols. 2016-11-23 18:04:23 +00:00
llvm-size llvm-size: Add --totals option 2016-09-12 17:08:28 +00:00
llvm-split
llvm-strings test: use separate input file for test 2016-11-16 04:08:46 +00:00
llvm-symbolizer
llvm-xray/X86 [XRay] Be case-insensitive for error strings 2016-10-26 05:10:39 +00:00
lto [LTO] Fix test to not depend on the exact address of symbols, just their linkage 2016-10-03 21:40:50 +00:00
sancov [sancov] introducing symbolized coverage files (.symcov) 2016-09-28 21:39:28 +00:00
sanstats Use printf instead of "echo -e" or "echo -n". 2016-10-26 01:07:26 +00:00
yaml2obj