rust/compiler/rustc_codegen_llvm/src/back
Josh Stone e424e7fcaa Avoid extra cast()s after CStr::as_ptr()
These used to be `&str` literals that did need a pointer cast, but that
became a no-op after switching to `c""` literals in #118566.
2024-08-20 14:04:48 -07:00
..
archive.rs Always use ar_archive_writer for import libs 2024-08-17 19:10:46 +00:00
lto.rs Avoid extra cast()s after CStr::as_ptr() 2024-08-20 14:04:48 -07:00
owned_target_machine.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
profiling.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
write.rs Avoid extra cast()s after CStr::as_ptr() 2024-08-20 14:04:48 -07:00