[clang] Update GoogleTest to v1.14.0 (PR #65823)

Zero Omega via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 12:06:56 PDT 2023


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


More information about the cfe-commits mailing list