[PATCH] D74023: [RISCV] ELF attribute section for RISC-V
    Pengxuan Zheng via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 19 16:42:50 PST 2020
    
    
  
pzheng added inline comments.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:3455
 
 static std::string getSectionTypeString(unsigned Arch, unsigned Type) {
   using namespace ELF;
----------------
should also handle SHT_RISCV_ATTRIBUTES here
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74023/new/
https://reviews.llvm.org/D74023
    
    
More information about the llvm-commits
mailing list