[Lldb-commits] [PATCH] D74023: [RISCV] ELF attribute section for RISC-V

Hsiangkai Wang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 23 09:48:46 PDT 2020


HsiangKai added a comment.

In D74023#1933427 <https://reviews.llvm.org/D74023#1933427>, @jhenderson wrote:

> @HsiangKai, have you noticed that there are some test failures according to the harbourmaster bot? They look like they could be related to this somehow.


@jhenderson, yes, I found test failures in harbormaster. The failures are occurred after I rebased my patch on master branch. After digging into error messages, I found the failures are triggered by find_if(). Maybe I misuse find_if() in this patch? Do you have any idea about this?
By the way, I also found some patch, D75015 <https://reviews.llvm.org/D75015>, landed even harbormaster is failed. I am curious about is it a necessary condition to pass harbormaster before landing?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74023





More information about the lldb-commits mailing list