rust/compiler/rustc_codegen_llvm/src/back
Zalathar b1094f6a0a Add a safe wrapper for LLVMAppendModuleInlineAsm
This patch also changes the Rust-side declaration to take `*const c_uchar`
instead of `*const c_char`, to avoid the need for `AsCCharPtr`.
2025-05-11 14:38:42 +10:00
..
archive.rs Restore usage of io::Error 2025-02-26 13:45:35 +00:00
lto.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
owned_target_machine.rs codegen_llvm: avoid Deref impls w/ extern type 2025-02-24 08:08:55 +00:00
profiling.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
write.rs Add a safe wrapper for LLVMAppendModuleInlineAsm 2025-05-11 14:38:42 +10:00