Add support for the x86_64h-apple-darwin target

This commit is contained in:
Thom Chiovoloni 2023-03-05 15:37:55 -08:00
parent 73c8d2df7b
commit 9684c38450
No known key found for this signature in database
3 changed files with 61 additions and 5 deletions

View file

@ -1110,6 +1110,7 @@ supported_targets! {
("aarch64-apple-darwin", aarch64_apple_darwin),
("x86_64-apple-darwin", x86_64_apple_darwin),
("x86_64h-apple-darwin", x86_64h_apple_darwin),
("i686-apple-darwin", i686_apple_darwin),
// FIXME(#106649): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia