DavidSpickett added a comment.

I was able to reproduce on AArch64 and Arm (32 bit), did not reproduce on an 
Intel machine which matches what you've seen so far. 62 failures on AArch64, 21 
on Arm. Broadly two kinds of failure.

Errors of the form `error: reference to 'std' is ambiguous`, which happens on 
both platforms.

Asserts, which only show up on AArch64:

  clang: 
/home/david.spickett/llvm-project/clang/lib/Serialization/ASTWriter.cpp:5455: 
clang::serialization::DeclID clang::ASTWriter::getDeclID(const clang::Decl *): 
Assertion `DeclIDs.find(D) != DeclIDs.end() && "Declaration not emitted!"' 
failed.

If you have some inclination of what might be going on I can check for specific 
things. Failing that I can get you access to a development container to try it 
yourself.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136886

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to