rust/compiler
Zalathar f7c6a2cf11 Fix our llvm::Bool typedef to be signed, to match LLVMBool
In the LLVM-C API, boolean values are passed as `typedef int LLVMBool`, but our
Rust-side typedef was using `c_uint` instead.

Signed and unsigned integers have the same ABI on most platforms, but that
isn't universally true, so we should prefer to be consistent with LLVM.
2024-12-12 20:54:33 +11:00
..
2024-12-11 13:48:50 +01:00
2024-12-09 21:55:13 +00:00
2024-12-06 18:42:31 +00:00
2024-12-06 16:42:09 -05:00