[PATCH] D73999: [MC][ELF] Error for sh_type, sh_flags or sh_entsize change

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 17:42:09 PST 2020


MaskRay added a comment.

In D73999#1887767 <https://reviews.llvm.org/D73999#1887767>, @stella.stamenova wrote:

> Looks like this broke the Windows LLDB bot:
>
> http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/14056


The tests used wrong sh_flags caught by this assembler change.

Hopefully fixed by ebee131259719fa9c06cd346e21ace3fa8ac0888 <https://reviews.llvm.org/rGebee131259719fa9c06cd346e21ace3fa8ac0888>. I made a typo in my description. sh_flags was incorrect, not sh_type.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73999/new/

https://reviews.llvm.org/D73999





More information about the llvm-commits mailing list