This matches the output of binutils' nm and ensures that any scripts
or tools that use nm and expect empty output in case there no symbols
don't break.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52943
[llvm-nm] Write "no symbol" output to stderr ClosedPublic Authored by phosek on Oct 5 2018, 1:09 PM.
Details Summary This matches the output of binutils' nm and ensures that any scripts
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, dexonsmith, steven_wu and 2 others. · View Herald TranscriptOct 5 2018, 1:09 PM This revision is now accepted and ready to land.Oct 5 2018, 1:36 PM Closed by commit rLLD343887: [llvm-nm] Write "no symbol" output to stderr (authored by phosek). · Explain WhyOct 5 2018, 2:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 168530 clang/test/CodeGen/thinlto_backend.ll
lld/test/ELF/lto/thinlto-obj-path.ll
llvm/test/Object/nm-shared-object.test
llvm/test/ThinLTO/X86/empty-module.ll
llvm/test/tools/llvm-nm/X86/nm-no-symbols.test
llvm/tools/llvm-nm/llvm-nm.cpp
|