[PATCH] D75793: [llvm-objdump] --syms: print 'i' for STT_GNU_IFUNC
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Mar  7 08:35:23 PST 2020
    
    
  
MaskRay marked 2 inline comments as done.
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:1907
+        Indirect = 'i';
+    }
     char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File)
----------------
grimar wrote:
> nit: you do not need curly bracers.
It is to minimize diff for D75797 :)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75793/new/
https://reviews.llvm.org/D75793
    
    
More information about the llvm-commits
mailing list