Michael137 wrote:

Looks like this broke the macOS bots for one of the tests:
```
runCmd: expr std::reverse(a.begin(), a.end())

Assertion failed: (isa<InjectedClassNameType>(Decl->TypeForDecl)), function 
getInjectedClassNameType, file ASTContext.cpp, line 5057.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and 
include the crash backtrace.
Stack dump:
0.      HandleCommand(command = "expr std::reverse(a.begin(), a.end())")
1.      <eof> parser at end of file
2.      
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/include/c++/v1/__algorithm/reverse.h:54:1:
 instantiating function definition 'std::reverse<std::__wrap_iter<Foo *>>'
3.      
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/include/c++/v1/__algorithm/reverse.h:47:58:
 instantiating function definition 'std::__reverse<std::_ClassicAlgPolicy, 
std::__wrap_iter<Foo *>, std::__wrap_iter<Foo *>>'
4.      
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/include/c++/v1/__algorithm/reverse.h:40:1:
 instantiating function definition 'std::__reverse_impl<std::_ClassicAlgPolicy, 
std::__wrap_iter<Foo *>>'
```

I'm going to skip it for now.

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

Reply via email to