haoNoQ wrote:

Oh, this sort of stuff usually happens because the default target triple in the 
test is the target triple for the host machine, so you'll get different 
target-specific compiler behavior on different buildbots, in particular 
`sizeof(unsigned long)` may be different. You can add eg. `-triple 
x86_64-darwin` to freeze the triple and force windows bots to cross-compile for 
mac. This probably doesn't affect your test.

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

Reply via email to