Skip to content

Commit c2f232e

Browse files
committed
add aarch64-apple-darwin to list of supported targets
1 parent 51ae1fe commit c2f232e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tools/miri/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,10 @@ degree documented below):
223223
- All Rust [Tier 1 targets](https://doc.rust-lang.org/rustc/platform-support.html) are supported by
224224
Miri. They are all checked on Miri's CI, and some (at least one per OS) are even checked on every
225225
Rust PR, so the shipped Miri should always work on these targets.
226-
- We also support `s390x-unknown-linux-gnu` as our "big-endian target of choice".
226+
- `aarch64-apple-darwin` is supported.
227+
- `s390x-unknown-linux-gnu` is supported as our "big-endian target of choice".
227228
- For every other target with OS `linux`, `macos`, or `windows`, Miri should generally work, but we
228-
make no promises.
229+
make no promises and we don't run tests for such targets.
229230
- For targets on other operating systems, even basic operations such as printing to the standard
230231
output might not work, and Miri might fail before even reaching the `main` function.
231232

0 commit comments

Comments
 (0)