Go to file
Saurabh Badhwar 148569f7a6 [llvm-nm] Allow --size-sort to print symbols with only Symbol size
Summary:
When llvm-nm is passed only the --size-sort option for an object file, there is no output generated.
The commit modifies the behavior to print the symbols sorted and their size which is also inline with
the output of the GNU nm tool.

Signed-off-by: Saurabh Badhwar <sbsaurabhbadhwar9@gmail.com>

Reviewers: enderby, rupprecht

Reviewed By: rupprecht

Subscribers: llvm-commits

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

llvm-svn: 351347
2019-01-16 14:38:22 +00:00
clang [MSP430] Improve support of 'interrupt' attribute 2019-01-16 13:44:01 +00:00
clang-tools-extra Bump the trunk version to 9.0.0svn 2019-01-16 10:57:02 +00:00
compiler-rt [TSan] Use switches when dealing with enums 2019-01-16 01:45:12 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Update year in license files 2019-01-15 15:10:32 +00:00
libcxx Bump the trunk version to 9.0.0svn 2019-01-16 10:57:02 +00:00
libcxxabi Found another version number to increase from 8 to 9 2019-01-16 13:28:50 +00:00
libunwind Bump the trunk version to 9.0.0svn 2019-01-16 10:57:02 +00:00
lld [ELF][AArch64] Add R_AARCH64_PLT_PAGE_PC to isRelExpr 2019-01-16 13:24:02 +00:00
lldb TestClangASTContext: Rewrite an if-else chain into a switch 2019-01-16 12:43:01 +00:00
llgo Update year in license files 2019-01-15 15:10:32 +00:00
llvm [llvm-nm] Allow --size-sort to print symbols with only Symbol size 2019-01-16 14:38:22 +00:00
openmp [OpenMP] Output written by tests should go to build directory 2019-01-16 13:06:10 +00:00
parallel-libs Update year in license files 2019-01-15 15:10:32 +00:00
polly Bump the trunk version to 9.0.0svn 2019-01-16 10:57:02 +00:00
pstl Update year in license files 2019-01-15 15:10:32 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.