1
Fork 0
rust/compiler/rustc_codegen_llvm/src/llvm
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
..
archive_ro.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostic.rs Pass end position of span through inline ASM cookie 2024-11-26 13:00:08 +00:00
ffi.rs Fix our llvm::Bool typedef to be signed, to match LLVMBool 2024-12-12 20:54:33 +11:00
mod.rs Make RustString an extern type to avoid improper_ctypes warnings 2024-11-09 11:07:44 +11:00