[PATCH] D76081: [Object] object::ELFObjectFile::dynamic_symbol_begin(): skip symbol index 0
    James Henderson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 30 00:30:04 PDT 2020
    
    
  
jhenderson added a comment.
In D76081#1948391 <https://reviews.llvm.org/D76081#1948391>, @Higuoxing wrote:
> Ahhhh, After enable `-DLLVM_ENABLE_ASSERTIONS=ON`,
>
> there's an error: `section [index 2] has an invalid sh_size (33) which is not a multiple of its sh_entsize (16)Stack dump`. But this error won't show up in a release build. I think we should at least warn user about this?
Where abouts does this message come from?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76081/new/
https://reviews.llvm.org/D76081
    
    
More information about the llvm-commits
mailing list