[PATCH] D50114: nm: Add no-file-header to suppress object files
    Keith Smiley via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul 31 16:13:12 PDT 2018
    
    
  
keith created this revision.
keith added a reviewer: kastiglione.
This adds a new flag to suppress object files in the output of nm. This
is useful, especially for archives, for when you only care about the
symbols in binary, and not which object file they're part of.
Repository:
  rL LLVM
https://reviews.llvm.org/D50114
Files:
  test/tools/llvm-nm/X86/filename.test
  tools/llvm-nm/llvm-nm.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50114.158412.patch
Type: text/x-patch
Size: 7838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180731/592cf6e3/attachment.bin>
    
    
More information about the llvm-commits
mailing list