rust/compiler/rustc_llvm
Nikita Popov d71ed8d19b Tell LLVM about read-only captures
`&Freeze` parameters are not only `readonly` within the function,
but any captures of the pointer can also only be used for reads.
This can now be encoded using the `captures(address, read_provenance)`
attribute.
2025-08-20 19:08:16 +02:00
..
llvm-wrapper Tell LLVM about read-only captures 2025-08-20 19:08:16 +02:00
src feat: Add XtensaAsmPrinter 2025-04-24 16:26:26 +02:00
build.rs Remove LlvmArchiveBuilder and supporting code/bindings 2025-08-16 16:38:12 +10:00
Cargo.toml Tidy up Cargo.toml files. 2025-07-31 19:58:04 +10:00