[clang] D41416: [modules] [pch] Do not deserialize all lazy template specializations when looking for one. (PR #83108)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 23:44:31 PST 2024


vgvassilev wrote:

> Weird. I only see two failures in my local environment:
> 
> ```
> Failed Tests (2):
>   Clang :: Modules/cxx-templates.cpp
>   Clang :: Modules/odr_hash.cpp
> ```
> 
> And I saw both of them in my patch. It is simply order mismatches.

Ha, ok. I know that my system constantly have some tests that fail even fro the master but I thought these were real. If we don't see them in the bots then that's probably a problem only on my side...

https://github.com/llvm/llvm-project/pull/83108


More information about the cfe-commits mailing list