rust/compiler/rustc_llvm
Matthew Maurer fc32dd49cb llvm: Ignore error value that is always false
See llvm/llvm-project#121851

For LLVM 20+, this function (`renameModuleForThinLTO`) has no return
value. For prior versions of LLVM, this never failed, but had a
signature which allowed an error value people were handling.
2025-01-07 01:02:22 +00:00
..
llvm-wrapper llvm: Ignore error value that is always false 2025-01-07 01:02:22 +00:00
src Make RustString an extern type to avoid improper_ctypes warnings 2024-11-09 11:07:44 +11:00
build.rs Fix typos 2024-12-27 21:35:57 +08:00
Cargo.toml Bump cc in the compiler 2025-01-03 11:51:13 +00:00