rust/compiler/rustc_codegen_llvm/src/llvm
bors 1a7f290a9a Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors
cg_llvm: Clean up some inline assembly bindings

This PR combines a few loosely-related cleanups to LLVM bindings related to inline assembly. These include:
- Replacing `LLVMRustInlineAsm` with LLVM-C's `LLVMGetInlineAsm`
- Adjusting FFI declarations to avoid the need for explicit `as_c_char_ptr` conversions
- Flattening control flow in `inline_asm_call`

There should be no functional changes.
2025-05-12 17:39:21 +00:00
..
archive_ro.rs Reduce visibility of most items in rustc_codegen_llvm 2025-03-25 16:36:47 +11:00
diagnostic.rs Reduce visibility of most items in rustc_codegen_llvm 2025-03-25 16:36:47 +11:00
enzyme_ffi.rs remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
ffi.rs Make LLVMRustInlineAsmVerify take *const c_uchar 2025-05-11 14:38:42 +10:00
mod.rs Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors 2025-05-12 17:39:21 +00:00