rust/compiler
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
..
2025-05-10 08:58:47 +10:00
2025-05-07 12:56:44 +10:00
2025-05-10 08:58:47 +10:00
2025-05-09 13:57:49 +10:00
2025-05-11 14:37:54 +10:00