rust/compiler/rustc_codegen_llvm/src/llvm
Nikita Popov 8dfd3a455d Remove LLVMRustDIBuilderInsertDeclareAtEnd return value
The return value changed from an Instruction to a DbgRecord in
LLVM 19. As we don't actually use the result, drop the return
value entirely to support both.
2024-07-12 22:15:10 +02:00
..
archive_ro.rs Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00:00
diagnostic.rs llvm-wrapper: fix warning C4244 2024-02-21 12:18:59 +03:00
ffi.rs Remove LLVMRustDIBuilderInsertDeclareAtEnd return value 2024-07-12 22:15:10 +02:00
mod.rs Use the Align type when parsing alignment attributes 2024-04-01 03:05:55 +01:00