rust/compiler/rustc_codegen_llvm/src/back
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
..
archive.rs Use &raw in the compiler 2024-09-26 20:33:26 -07:00
lto.rs llvm: Ignore error value that is always false 2025-01-07 01:02:22 +00:00
owned_target_machine.rs rustc_llvm: expose FloatABIType target machine parameter 2024-12-30 18:10:59 +01:00
profiling.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
write.rs upstream rustc_codegen_llvm changes for enzyme/autodiff 2025-01-01 21:42:45 +01:00