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-09 21:55:01 +00:00
2024-12-09 21:55:13 +00:00
2024-12-09 21:55:13 +00:00
2024-12-08 17:18:50 +01:00
2024-12-09 21:55:01 +00:00
2024-12-09 21:55:13 +00:00
2024-12-10 13:51:10 +01:00
2024-12-11 21:51:07 +00:00
2024-12-12 20:54:33 +11:00
2024-12-12 02:34:06 +00:00
2024-12-10 08:55:59 +01:00
2024-12-08 16:57:09 +00:00
2024-12-06 22:09:17 -03:00
2024-12-11 13:48:50 +01:00
2024-12-09 21:55:01 +00:00
2024-12-09 21:55:01 +00:00
2024-12-10 19:50:47 +00:00
2024-12-11 03:30:44 -05:00
2024-12-10 19:50:47 +00:00
2024-12-11 19:06:46 +00:00
2024-12-06 18:42:31 +00:00
2024-12-09 08:53:33 +11:00
2024-12-09 01:56:32 +01:00
2024-12-09 06:23:59 -08:00
2024-12-10 13:51:10 +01:00
2024-12-07 02:08:40 +00:00
2024-12-12 02:34:06 +00:00
2024-12-09 21:58:07 +00:00
2024-12-11 21:51:07 +00:00
2024-12-09 21:55:13 +00:00
2024-12-10 13:51:12 +01:00
2024-12-10 08:55:59 +01:00
2024-12-06 16:42:09 -05:00
2024-12-11 00:59:43 +00:00
2024-12-10 03:48:20 +00:00
2024-12-10 19:50:47 +00:00
2024-12-09 21:55:01 +00:00
2024-12-06 18:41:50 +00:00
2024-12-04 16:15:44 +00:00
2024-12-09 21:55:13 +00:00
2024-12-10 19:50:47 +00:00
2024-12-09 01:56:32 +01:00
2024-12-06 18:42:31 +00:00
2024-12-12 02:34:06 +00:00
2024-12-10 19:50:47 +00:00
2024-12-11 05:52:59 -05:00
2024-12-11 03:30:44 -05:00
2024-12-06 16:42:09 -05:00
2024-12-11 00:59:43 +00:00