diff options
| author | Jubilee <workingjubilee@gmail.com> | 2024-10-31 17:50:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 17:50:40 -0700 |
| commit | a43492b884fd0286f4c72753b45dedaffe0bd893 (patch) | |
| tree | 5ec2cf1fed06c16e5607d517a1f66eb9cc261dda /compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs | |
| parent | a0d98ff0e5b6e1f2c63fd26f68484792621b235c (diff) | |
| parent | afe605957f04d9a2f453e40d673bde1f2cc037a7 (diff) | |
| download | rust-a43492b884fd0286f4c72753b45dedaffe0bd893.tar.gz rust-a43492b884fd0286f4c72753b45dedaffe0bd893.zip | |
Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwco
Fix `target_os` for `mipsel-sony-psx` Previously set to `target_os = "none"` and `target_env = "psx"` in [the PR introducing the target](https://github.com/rust-lang/rust/pull/102689/), but although the Playstation 1 is _close_ to a bare metal target in some regards, it's still very much an operating system, so we should instead set `target_os = "psx"`. This also matches the `mipsel-sony-psp` target, which sets `target_os = "psp"`. CC target maintainer ``@ayrtonm.`` If there's any code out there that uses `cfg(target_env = "psx")`, they can use `cfg(any(target_os = "psx", target_env = "psx"))` until they bump their MSRV to a version where this is fully fixed.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs')
0 files changed, 0 insertions, 0 deletions
