rust/compiler/rustc_codegen_llvm/src/back
Matthias Krüger 66e61c78e7
Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin
Rename `is_like_osx` to `is_like_darwin`

Replace `is_like_osx` with `is_like_darwin`, which more closely describes reality (OS X is the pre-2016 name for macOS, and is by now quite outdated; Darwin is the overall name for the OS underlying Apple's macOS, iOS, etc.).

``@rustbot`` label O-apple
r? compiler
2025-04-04 08:02:05 +02:00
..
archive.rs Restore usage of io::Error 2025-02-26 13:45:35 +00:00
lto.rs Reduce visibility of most items in rustc_codegen_llvm 2025-03-25 16:36:47 +11:00
owned_target_machine.rs codegen_llvm: avoid Deref impls w/ extern type 2025-02-24 08:08:55 +00:00
profiling.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
write.rs Rename is_like_osx to is_like_darwin 2025-03-25 21:53:52 +01:00