Add support for the x86_64h-apple-darwin target
This commit is contained in:
parent
73c8d2df7b
commit
9684c38450
3 changed files with 61 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue