[PATCH] D139097: [ARM] Add option --print-raw-value to llvm-nm to dump raw symbol values in case of ARM
    Subham Kedia via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 15 00:05:26 PST 2023
    
    
  
quic-subhkedi marked 3 inline comments as done.
quic-subhkedi added inline comments.
================
Comment at: llvm/tools/llvm-nm/Opts.td:86
+// ARM and microMIPS specific option.
+def print_raw_values:  FF<"print-raw-values", "Print raw values for symbols">, Flags<[HelpHidden]>;
----------------
quic-subhkedi wrote:
> jhenderson wrote:
> > What's the motivation for hiding this option?
> doesn't need to be hidden so removed
not hidden any more
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139097/new/
https://reviews.llvm.org/D139097
    
    
More information about the llvm-commits
mailing list