Skip to content

Commit

Permalink
[GR-40148] Add hsdis for darwin-aarch64
Browse files Browse the repository at this point in the history
PullRequest: graal/12427
  • Loading branch information
lewurm committed Aug 14, 2022
2 parents 1ebfa54 + a947427 commit 6c6c420
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@
"sha1" : "5026b67af00cc876db1ed194b91d7cc2ba06710d",
"urls" : ["{urlbase}/intel/hsdis-amd64-darwin-67f6d23cbebd8998450a88b5bef362171f66f11a.tar.gz"],
},
# GR-34811
"aarch64" : {
"optional" : True,
"sha1" : "23ac713e1e93bb18199cff777b5d99dc3c91061f",
"urls" : ["{urlbase}/hsdis-aarch64-darwin-073b5f6f10a4c8530417f165d03c19093a2c0680.tar.gz"],
}
},
"windows" : {
Expand Down Expand Up @@ -2210,8 +2210,9 @@
},
},
"aarch64" : {
# GR-34811
"optional" : True,
"layout" : {
"<libsuffix:hsdis-aarch64>" : "file:<path:HSDIS>/*",
},
},
},
},
Expand Down

0 comments on commit 6c6c420

Please sign in to comment.