jimingham wrote:

I filed:

https://github.com/llvm/llvm-project/issues/196437

for the Windows build failure.  For some reason Python (and Darwin and Linux) 
define pid_t as an int, but the Host/windows/PosixAPI.h file defines it as a 
uint32_t.  So if you are unlucky in how your defines go, you can get these two 
types to conflict.  I don't know enough about Windows to know if it's safe to 
make the Windows pid_t match the general expectation for that type or not, 
however.

https://github.com/llvm/llvm-project/pull/195392
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to