zeroomega wrote:

I look through all the bot failures from my mail box and I think so far there 
are two issues:

* `error: unused function 'operator<<'` issue, this is caused by a type 
matching bug I introduced in the roll and it will be addressed by: 
https://github.com/llvm/llvm-project/commit/c7e1a49754b69f548b9839a3fc1eac2d50c6b49d
 
* Linker error and SEGV in runtimes bots (e.g. 
https://lab.llvm.org/buildbot/#/builders/240/builds/15001 
andhttps://lab.llvm.org/buildbot/#/builders/239/builds/3686). These are caused 
by an incremental build bug in runtimes build. I can reproduce these errors 
locally on my machine if I do an incremental build after the roll and the issue 
is cleared if I did a clean build. I filed bug: 
https://github.com/llvm/llvm-project/issues/66272

I plan to reland the roll after it passes more local tests. For the incremental 
build bug, I plan to manually trigger a clean build once these runtimes bots 
pick up my change. Please let me know if you have questions and comments. 

https://github.com/llvm/llvm-project/pull/65823
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to